Html Css Color HEX #CE7048 Red Damask

📋 copy color: '#CE7048'

red 206 ◦ green 112 ◦ blue 72

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

Shades of Red Damask #CE7048

Tints of Red Damask #CE7048

RGB

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

 GREEN value IS 112 (44.14% from 255) = 28.72%

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

R = 52.82%
G = 28.72%
B = 18.46%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.65

 K value IS 0.19

RGB Variations

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

Color information

#CE7048 (or 0xCE7048) is known color: Red Damask. HEX triplet: CE, 70 and 48. RGB value is (206,112,72). Sum of RGB (Red+Green+Blue) = 206+112+72=390 (51% of max value = 765). Red value is 206 (80.86% from 255 or 52.82% from 390); Green value is 112 (44.14% from 255 or 28.72% from 390); Blue value is 72 (28.52% from 255 or 18.46% from 390); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7048 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE7048 is #318FB7. Grayscale: #878787. Windows color (decimal): -3248056 or 4747470. OLE color: 4747470.

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

Color convert

RGB 206 112 72 -
CMYK 0 0.46 0.65 0.19
HSL 17.91º 0.58% 0.55% -
HSV(B) 17.91º 0.65% 0.81% -
XYZ 32.42 25.18 9.28 -
YUV 135.55 92.14 178.25 -
System Red Green Blue C M Y K H S L
Decimal 206 112 72 0 0.46 0.65 0.19 17.91 0.58 0.55
Hex CE 70 48 0 2E 41 13 12 3A 37
Octal 316 160 110 0 56 101 23 22 72 67
Binary 11001110 1110000 1001000 0 101110 1000001 10011 10010 111010 110111

Color Harmonies of #CE7048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE7048

Black with #CE7048

Text Example


Text Example

White with #CE7048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE7048; }

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

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

background-color css

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

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

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

border-color css

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

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

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