Html Css Color HEX #CE6D4E Red Damask

📋 copy color: '#CE6D4E'

red 206 ◦ green 109 ◦ blue 78

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

Shades of Red Damask #CE6D4E

Tints of Red Damask #CE6D4E

RGB

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

 GREEN value IS 109 (42.97% from 255) = 27.74%

 BLUE value IS 78 (30.86% from 255) = 19.85%

R = 52.42%
G = 27.74%
B = 19.85%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.62

 K value IS 0.19

RGB Variations

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

Color information

#CE6D4E (or 0xCE6D4E) is known color: Red Damask. HEX triplet: CE, 6D and 4E. RGB value is (206,109,78). Sum of RGB (Red+Green+Blue) = 206+109+78=393 (52% of max value = 765). Red value is 206 (80.86% from 255 or 52.42% from 393); Green value is 109 (42.97% from 255 or 27.74% from 393); Blue value is 78 (30.86% from 255 or 19.85% from 393); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6D4E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE6D4E is #3192B1. Grayscale: #868686. Windows color (decimal): -3248818 or 5139918. OLE color: 5139918.

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

Color convert

RGB 206 109 78 -
CMYK 0 0.47 0.62 0.19
HSL 14.53º 0.57% 0.56% -
HSV(B) 14.53º 0.62% 0.81% -
XYZ 32.3 24.61 10.26 -
YUV 134.47 96.14 179.02 -
System Red Green Blue C M Y K H S L
Decimal 206 109 78 0 0.47 0.62 0.19 14.53 0.57 0.56
Hex CE 6D 4E 0 2F 3E 13 F 39 38
Octal 316 155 116 0 57 76 23 17 71 70
Binary 11001110 1101101 1001110 0 101111 111110 10011 1111 111001 111000

Color Harmonies of #CE6D4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE6D4E

Black with #CE6D4E

Text Example


Text Example

White with #CE6D4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE6D4E; }

 p { color: rgb(206,109,78); }

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

background-color css

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

 a { background-color: rgb(206,109,78); }

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

border-color css

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

 span { border-color: rgb(206,109,78); }

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