Html Css Color HEX #CE6C48 Red Damask

📋 copy color: '#CE6C48'

red 206 ◦ green 108 ◦ blue 72

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

Shades of Red Damask #CE6C48

Tints of Red Damask #CE6C48

RGB

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

 GREEN value IS 108 (42.58% from 255) = 27.98%

 BLUE value IS 72 (28.52% from 255) = 18.65%

R = 53.37%
G = 27.98%
B = 18.65%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.65

 K value IS 0.19

RGB Variations

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

Color information

#CE6C48 (or 0xCE6C48) is known color: Red Damask. HEX triplet: CE, 6C and 48. RGB value is (206,108,72). Sum of RGB (Red+Green+Blue) = 206+108+72=386 (51% of max value = 765). Red value is 206 (80.86% from 255 or 53.37% from 386); Green value is 108 (42.58% from 255 or 27.98% from 386); Blue value is 72 (28.52% from 255 or 18.65% from 386); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6C48 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE6C48 is #3193B7. Grayscale: #858585. Windows color (decimal): -3249080 or 4746446. OLE color: 4746446.

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

Color convert

RGB 206 108 72 -
CMYK 0 0.48 0.65 0.19
HSL 16.12º 0.58% 0.55% -
HSV(B) 16.12º 0.65% 0.81% -
XYZ 31.99 24.31 9.14 -
YUV 133.2 93.47 179.93 -
System Red Green Blue C M Y K H S L
Decimal 206 108 72 0 0.48 0.65 0.19 16.12 0.58 0.55
Hex CE 6C 48 0 30 41 13 10 3A 37
Octal 316 154 110 0 60 101 23 20 72 67
Binary 11001110 1101100 1001000 0 110000 1000001 10011 10000 111010 110111

Color Harmonies of #CE6C48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE6C48

Black with #CE6C48

Text Example


Text Example

White with #CE6C48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE6C48; }

 p { color: rgb(206,108,72); }

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

background-color css

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

 a { background-color: rgb(206,108,72); }

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

border-color css

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

 span { border-color: rgb(206,108,72); }

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