Html Css Color HEX #CE7041 Red Damask

📋 copy color: '#CE7041'

red 206 ◦ green 112 ◦ blue 65

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

Shades of Red Damask #CE7041

Tints of Red Damask #CE7041

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 16.97%

R = 53.79%
G = 29.24%
B = 16.97%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.68

 K value IS 0.19

RGB Variations

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

Color information

#CE7041 (or 0xCE7041) is known color: Red Damask. HEX triplet: CE, 70 and 41. RGB value is (206,112,65). Sum of RGB (Red+Green+Blue) = 206+112+65=383 (50% of max value = 765). Red value is 206 (80.86% from 255 or 53.79% from 383); Green value is 112 (44.14% from 255 or 29.24% from 383); Blue value is 65 (25.78% from 255 or 16.97% from 383); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7041 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE7041 is #318FBE. Grayscale: #878787. Windows color (decimal): -3248063 or 4288718. OLE color: 4288718.

HSL color Cylindrical-coordinate representation of color #CE7041: hue angle of 20º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CE7041 is Cyan = 0, Magento = 0.46, Yellow = 0.68 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 112 65 -
CMYK 0 0.46 0.68 0.19
HSL 20º 0.59% 0.53% -
HSV(B) 20º 0.68% 0.81% -
XYZ 32.2 25.09 8.15 -
YUV 134.75 88.64 178.82 -
System Red Green Blue C M Y K H S L
Decimal 206 112 65 0 0.46 0.68 0.19 20 0.59 0.53
Hex CE 70 41 0 2E 44 13 14 3B 35
Octal 316 160 101 0 56 104 23 24 73 65
Binary 11001110 1110000 1000001 0 101110 1000100 10011 10100 111011 110101

Color Harmonies of #CE7041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE7041

Black with #CE7041

Text Example


Text Example

White with #CE7041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE7041; }

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

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

background-color css

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

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

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

border-color css

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

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

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