Html Css Color HEX #CE5A20 Chocolate

📋 copy color: '#CE5A20'

red 206 ◦ green 90 ◦ blue 32

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

Shades of Chocolate #CE5A20

Tints of Chocolate #CE5A20

RGB

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

 GREEN value IS 90 (35.55% from 255) = 27.44%

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

R = 62.8%
G = 27.44%
B = 9.76%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.84

 K value IS 0.19

RGB Variations

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

Color information

#CE5A20 (or 0xCE5A20) is known color: Chocolate. HEX triplet: CE, 5A and 20. RGB value is (206,90,32). Sum of RGB (Red+Green+Blue) = 206+90+32=328 (43% of max value = 765). Red value is 206 (80.86% from 255 or 62.80% from 328); Green value is 90 (35.55% from 255 or 27.44% from 328); Blue value is 32 (12.89% from 255 or 9.76% from 328); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5A20 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE5A20 is #31A5DF. Grayscale: #767676. Windows color (decimal): -3253728 or 2120398. OLE color: 2120398.

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

Color convert

RGB 206 90 32 -
CMYK 0 0.56 0.84 0.19
HSL 20º 0.73% 0.47% -
HSV(B) 20º 0.84% 0.81% -
XYZ 29.37 20.54 3.78 -
YUV 118.07 79.43 190.72 -
System Red Green Blue C M Y K H S L
Decimal 206 90 32 0 0.56 0.84 0.19 20 0.73 0.47
Hex CE 5A 20 0 38 54 13 14 49 2F
Octal 316 132 40 0 70 124 23 24 111 57
Binary 11001110 1011010 100000 0 111000 1010100 10011 10100 1001001 101111

Color Harmonies of #CE5A20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE5A20

Black with #CE5A20

Text Example


Text Example

White with #CE5A20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE5A20; }

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

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

background-color css

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

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

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

border-color css

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

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

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