Html Css Color HEX #CE5D20 Chocolate

📋 copy color: '#CE5D20'

red 206 ◦ green 93 ◦ blue 32

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

Shades of Chocolate #CE5D20

Tints of Chocolate #CE5D20

RGB

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

 GREEN value IS 93 (36.72% from 255) = 28.1%

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

R = 62.24%
G = 28.1%
B = 9.67%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.84

 K value IS 0.19

RGB Variations

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

Color information

#CE5D20 (or 0xCE5D20) is known color: Chocolate. HEX triplet: CE, 5D and 20. RGB value is (206,93,32). Sum of RGB (Red+Green+Blue) = 206+93+32=331 (43% of max value = 765). Red value is 206 (80.86% from 255 or 62.24% from 331); Green value is 93 (36.72% from 255 or 28.10% from 331); Blue value is 32 (12.89% from 255 or 9.67% from 331); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5D20 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE5D20 is #31A2DF. Grayscale: #787878. Windows color (decimal): -3252960 or 2121166. OLE color: 2121166.

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

Color convert

RGB 206 93 32 -
CMYK 0 0.55 0.84 0.19
HSL 21.03º 0.73% 0.47% -
HSV(B) 21.03º 0.84% 0.81% -
XYZ 29.63 21.05 3.87 -
YUV 119.83 78.44 189.46 -
System Red Green Blue C M Y K H S L
Decimal 206 93 32 0 0.55 0.84 0.19 21.03 0.73 0.47
Hex CE 5D 20 0 37 54 13 15 49 2F
Octal 316 135 40 0 67 124 23 25 111 57
Binary 11001110 1011101 100000 0 110111 1010100 10011 10101 1001001 101111

Color Harmonies of #CE5D20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE5D20

Black with #CE5D20

Text Example


Text Example

White with #CE5D20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE5D20; }

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

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

background-color css

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

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

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

border-color css

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

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

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