Html Css Color HEX #CE5D16 Chocolate

📋 copy color: '#CE5D16'

red 206 ◦ green 93 ◦ blue 22

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

Shades of Chocolate #CE5D16

Tints of Chocolate #CE5D16

RGB

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

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

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

R = 64.17%
G = 28.97%
B = 6.85%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.89

 K value IS 0.19

RGB Variations

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

Color information

#CE5D16 (or 0xCE5D16) is known color: Chocolate. HEX triplet: CE, 5D and 16. RGB value is (206,93,22). Sum of RGB (Red+Green+Blue) = 206+93+22=321 (42% of max value = 765). Red value is 206 (80.86% from 255 or 64.17% from 321); Green value is 93 (36.72% from 255 or 28.97% from 321); Blue value is 22 (8.98% from 255 or 6.85% from 321); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5D16 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE5D16 is #31A2E9. Grayscale: #777777. Windows color (decimal): -3252970 or 1465806. OLE color: 1465806.

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

Color convert

RGB 206 93 22 -
CMYK 0 0.55 0.89 0.19
HSL 23.15º 0.81% 0.45% -
HSV(B) 23.15º 0.89% 0.81% -
XYZ 29.51 21.01 3.26 -
YUV 118.69 73.44 190.27 -
System Red Green Blue C M Y K H S L
Decimal 206 93 22 0 0.55 0.89 0.19 23.15 0.81 0.45
Hex CE 5D 16 0 37 59 13 17 51 2D
Octal 316 135 26 0 67 131 23 27 121 55
Binary 11001110 1011101 10110 0 110111 1011001 10011 10111 1010001 101101

Color Harmonies of #CE5D16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE5D16

Black with #CE5D16

Text Example


Text Example

White with #CE5D16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE5D16; }

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

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

background-color css

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

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

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

border-color css

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

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

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