Html Css Color HEX #CE5916 Chocolate

📋 copy color: '#CE5916'

red 206 ◦ green 89 ◦ blue 22

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

Shades of Chocolate #CE5916

Tints of Chocolate #CE5916

RGB

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

 GREEN value IS 89 (35.16% from 255) = 28.08%

 BLUE value IS 22 (8.98% from 255) = 6.94%

R = 64.98%
G = 28.08%
B = 6.94%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.89

 K value IS 0.19

RGB Variations

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

Color information

#CE5916 (or 0xCE5916) is known color: Chocolate. HEX triplet: CE, 59 and 16. RGB value is (206,89,22). Sum of RGB (Red+Green+Blue) = 206+89+22=317 (41% of max value = 765). Red value is 206 (80.86% from 255 or 64.98% from 317); Green value is 89 (35.16% from 255 or 28.08% from 317); Blue value is 22 (8.98% from 255 or 6.94% from 317); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5916 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE5916 is #31A6E9. Grayscale: #747474. Windows color (decimal): -3253994 or 1464782. OLE color: 1464782.

HSL color Cylindrical-coordinate representation of color #CE5916: hue angle of 21.85º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CE5916 is Cyan = 0, Magento = 0.57, Yellow = 0.89 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 89 22 -
CMYK 0 0.57 0.89 0.19
HSL 21.85º 0.81% 0.45% -
HSV(B) 21.85º 0.89% 0.81% -
XYZ 29.17 20.32 3.14 -
YUV 116.35 74.76 191.95 -
System Red Green Blue C M Y K H S L
Decimal 206 89 22 0 0.57 0.89 0.19 21.85 0.81 0.45
Hex CE 59 16 0 39 59 13 16 51 2D
Octal 316 131 26 0 71 131 23 26 121 55
Binary 11001110 1011001 10110 0 111001 1011001 10011 10110 1010001 101101

Color Harmonies of #CE5916

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE5916

Black with #CE5916

Text Example


Text Example

White with #CE5916

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE5916; }

 p { color: rgb(206,89,22); }

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

background-color css

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

 a { background-color: rgb(206,89,22); }

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

border-color css

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

 span { border-color: rgb(206,89,22); }

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