Html Css Color HEX #CE7648 Red Damask

📋 copy color: '#CE7648'

red 206 ◦ green 118 ◦ blue 72

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

Shades of Red Damask #CE7648

Tints of Red Damask #CE7648

RGB

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

 GREEN value IS 118 (46.48% from 255) = 29.8%

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

R = 52.02%
G = 29.8%
B = 18.18%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.65

 K value IS 0.19

RGB Variations

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

Color information

#CE7648 (or 0xCE7648) is known color: Red Damask. HEX triplet: CE, 76 and 48. RGB value is (206,118,72). Sum of RGB (Red+Green+Blue) = 206+118+72=396 (52% of max value = 765). Red value is 206 (80.86% from 255 or 52.02% from 396); Green value is 118 (46.48% from 255 or 29.80% from 396); Blue value is 72 (28.52% from 255 or 18.18% from 396); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7648 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE7648 is #3189B7. Grayscale: #8B8B8B. Windows color (decimal): -3246520 or 4749006. OLE color: 4749006.

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

Color convert

RGB 206 118 72 -
CMYK 0 0.43 0.65 0.19
HSL 20.6º 0.58% 0.55% -
HSV(B) 20.6º 0.65% 0.81% -
XYZ 33.1 26.55 9.51 -
YUV 139.07 90.15 175.74 -
System Red Green Blue C M Y K H S L
Decimal 206 118 72 0 0.43 0.65 0.19 20.6 0.58 0.55
Hex CE 76 48 0 2B 41 13 15 3A 37
Octal 316 166 110 0 53 101 23 25 72 67
Binary 11001110 1110110 1001000 0 101011 1000001 10011 10101 111010 110111

Color Harmonies of #CE7648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE7648

Black with #CE7648

Text Example


Text Example

White with #CE7648

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE7648; }

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

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

background-color css

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

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

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

border-color css

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

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

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