Html Css Color HEX #CE694C Red Damask

📋 copy color: '#CE694C'

red 206 ◦ green 105 ◦ blue 76

#CE694C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Red Damask #CE694C

Tints of Red Damask #CE694C

RGB

 RED value IS 206 (80.86% from 255) = 53.23%

 GREEN value IS 105 (41.41% from 255) = 27.13%

 BLUE value IS 76 (30.08% from 255) = 19.64%

R = 53.23%
G = 27.13%
B = 19.64%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.63

 K value IS 0.19

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#CE694C (or 0xCE694C) is known color: Red Damask. HEX triplet: CE, 69 and 4C. RGB value is (206,105,76). Sum of RGB (Red+Green+Blue) = 206+105+76=387 (51% of max value = 765). Red value is 206 (80.86% from 255 or 53.23% from 387); Green value is 105 (41.41% from 255 or 27.13% from 387); Blue value is 76 (30.08% from 255 or 19.64% from 387); Max value from RGB is 206 - color contains mainly: red. Hex color #CE694C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE694C is #3196B3. Grayscale: #848484. Windows color (decimal): -3249844 or 5007822. OLE color: 5007822.

HSL color Cylindrical-coordinate representation of color #CE694C: hue angle of 13.38º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CE694C is Cyan = 0, Magento = 0.49, Yellow = 0.63 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 105 76 -
CMYK 0 0.49 0.63 0.19
HSL 13.38º 0.57% 0.55% -
HSV(B) 13.38º 0.63% 0.81% -
XYZ 31.81 23.75 9.74 -
YUV 131.89 96.46 180.86 -
System Red Green Blue C M Y K H S L
Decimal 206 105 76 0 0.49 0.63 0.19 13.38 0.57 0.55
Hex CE 69 4C 0 31 3F 13 D 39 37
Octal 316 151 114 0 61 77 23 15 71 67
Binary 11001110 1101001 1001100 0 110001 111111 10011 1101 111001 110111

Color Harmonies of #CE694C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE694C

Black with #CE694C

Text Example


Text Example

White with #CE694C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE694C; }

 p { color: rgb(206,105,76); }

 H1.HeaderClassName
 {
   color: #CE694C;
 }
 .AnyTagClassName
 {
   color: #CE694C;
 }
</style>

background-color css

<style>
 a { background-color: #CE694C; }

 a { background-color: rgb(206,105,76); }

 div.DivClassName
 {
   background-color: #CE694C;
 }
 .BgClassName
 {
   background-color: #CE694C;
 }
</style>

border-color css

<style>
 span { border-color: #CE694C; }

 span { border-color: rgb(206,105,76); }

 td.TdClassName
 {
   border-color: #CE694C;
 }
 .TagClassName
 {
   border-color: #CE694C;
 }
</style>