Html Css Color HEX #CE6648 Red Damask

📋 copy color: '#CE6648'

red 206 ◦ green 102 ◦ blue 72

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

Shades of Red Damask #CE6648

Tints of Red Damask #CE6648

RGB

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

 GREEN value IS 102 (40.23% from 255) = 26.84%

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

R = 54.21%
G = 26.84%
B = 18.95%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.65

 K value IS 0.19

RGB Variations

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

Color information

#CE6648 (or 0xCE6648) is known color: Red Damask. HEX triplet: CE, 66 and 48. RGB value is (206,102,72). Sum of RGB (Red+Green+Blue) = 206+102+72=380 (50% of max value = 765). Red value is 206 (80.86% from 255 or 54.21% from 380); Green value is 102 (40.23% from 255 or 26.84% from 380); Blue value is 72 (28.52% from 255 or 18.95% from 380); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6648 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE6648 is #3199B7. Grayscale: #818181. Windows color (decimal): -3250616 or 4744910. OLE color: 4744910.

HSL color Cylindrical-coordinate representation of color #CE6648: hue angle of 13.43º 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 #CE6648 is Cyan = 0, Magento = 0.50, Yellow = 0.65 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 102 72 -
CMYK 0 0.50 0.65 0.19
HSL 13.43º 0.58% 0.55% -
HSV(B) 13.43º 0.65% 0.81% -
XYZ 31.37 23.09 8.93 -
YUV 129.68 95.46 182.44 -
System Red Green Blue C M Y K H S L
Decimal 206 102 72 0 0.50 0.65 0.19 13.43 0.58 0.55
Hex CE 66 48 0 32 41 13 D 3A 37
Octal 316 146 110 0 62 101 23 15 72 67
Binary 11001110 1100110 1001000 0 110010 1000001 10011 1101 111010 110111

Color Harmonies of #CE6648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE6648

Black with #CE6648

Text Example


Text Example

White with #CE6648

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE6648; }

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

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

background-color css

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

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

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

border-color css

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

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

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