Html Css Color HEX #CE6B40 Red Damask

📋 copy color: '#CE6B40'

red 206 ◦ green 107 ◦ blue 64

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

Shades of Red Damask #CE6B40

Tints of Red Damask #CE6B40

RGB

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

 GREEN value IS 107 (42.19% from 255) = 28.38%

 BLUE value IS 64 (25.39% from 255) = 16.98%

R = 54.64%
G = 28.38%
B = 16.98%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.69

 K value IS 0.19

RGB Variations

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

Color information

#CE6B40 (or 0xCE6B40) is known color: Red Damask. HEX triplet: CE, 6B and 40. RGB value is (206,107,64). Sum of RGB (Red+Green+Blue) = 206+107+64=377 (49% of max value = 765). Red value is 206 (80.86% from 255 or 54.64% from 377); Green value is 107 (42.19% from 255 or 28.38% from 377); Blue value is 64 (25.39% from 255 or 16.98% from 377); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6B40 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE6B40 is #3194BF. Grayscale: #838383. Windows color (decimal): -3249344 or 4221902. OLE color: 4221902.

HSL color Cylindrical-coordinate representation of color #CE6B40: hue angle of 18.17º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CE6B40 is Cyan = 0, Magento = 0.48, Yellow = 0.69 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 107 64 -
CMYK 0 0.48 0.69 0.19
HSL 18.17º 0.59% 0.53% -
HSV(B) 18.17º 0.69% 0.81% -
XYZ 31.64 24.01 7.82 -
YUV 131.7 89.8 181 -
System Red Green Blue C M Y K H S L
Decimal 206 107 64 0 0.48 0.69 0.19 18.17 0.59 0.53
Hex CE 6B 40 0 30 45 13 12 3B 35
Octal 316 153 100 0 60 105 23 22 73 65
Binary 11001110 1101011 1000000 0 110000 1000101 10011 10010 111011 110101

Color Harmonies of #CE6B40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE6B40

Black with #CE6B40

Text Example


Text Example

White with #CE6B40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE6B40; }

 p { color: rgb(206,107,64); }

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

background-color css

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

 a { background-color: rgb(206,107,64); }

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

border-color css

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

 span { border-color: rgb(206,107,64); }

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