Html Css Color HEX #CE5E20 Chocolate

📋 copy color: '#CE5E20'

red 206 ◦ green 94 ◦ blue 32

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

Shades of Chocolate #CE5E20

Tints of Chocolate #CE5E20

RGB

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

 GREEN value IS 94 (37.11% from 255) = 28.31%

 BLUE value IS 32 (12.89% from 255) = 9.64%

R = 62.05%
G = 28.31%
B = 9.64%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.84

 K value IS 0.19

RGB Variations

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

Color information

#CE5E20 (or 0xCE5E20) is known color: Chocolate. HEX triplet: CE, 5E and 20. RGB value is (206,94,32). Sum of RGB (Red+Green+Blue) = 206+94+32=332 (43% of max value = 765). Red value is 206 (80.86% from 255 or 62.05% from 332); Green value is 94 (37.11% from 255 or 28.31% from 332); Blue value is 32 (12.89% from 255 or 9.64% from 332); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5E20 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE5E20 is #31A1DF. Grayscale: #787878. Windows color (decimal): -3252704 or 2121422. OLE color: 2121422.

HSL color Cylindrical-coordinate representation of color #CE5E20: hue angle of 21.38º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CE5E20 is Cyan = 0, Magento = 0.54, Yellow = 0.84 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 94 32 -
CMYK 0 0.54 0.84 0.19
HSL 21.38º 0.73% 0.47% -
HSV(B) 21.38º 0.84% 0.81% -
XYZ 29.72 21.23 3.9 -
YUV 120.42 78.11 189.04 -
System Red Green Blue C M Y K H S L
Decimal 206 94 32 0 0.54 0.84 0.19 21.38 0.73 0.47
Hex CE 5E 20 0 36 54 13 15 49 2F
Octal 316 136 40 0 66 124 23 25 111 57
Binary 11001110 1011110 100000 0 110110 1010100 10011 10101 1001001 101111

Color Harmonies of #CE5E20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE5E20

Black with #CE5E20

Text Example


Text Example

White with #CE5E20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE5E20; }

 p { color: rgb(206,94,32); }

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

background-color css

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

 a { background-color: rgb(206,94,32); }

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

border-color css

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

 span { border-color: rgb(206,94,32); }

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