Html Css Color HEX #CE5A16 Chocolate

📋 copy color: '#CE5A16'

red 206 ◦ green 90 ◦ blue 22

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

Shades of Chocolate #CE5A16

Tints of Chocolate #CE5A16

RGB

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

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

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

R = 64.78%
G = 28.3%
B = 6.92%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.89

 K value IS 0.19

RGB Variations

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

Color information

#CE5A16 (or 0xCE5A16) is known color: Chocolate. HEX triplet: CE, 5A and 16. RGB value is (206,90,22). Sum of RGB (Red+Green+Blue) = 206+90+22=318 (42% of max value = 765). Red value is 206 (80.86% from 255 or 64.78% from 318); Green value is 90 (35.55% from 255 or 28.30% from 318); Blue value is 22 (8.98% from 255 or 6.92% from 318); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5A16 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE5A16 is #31A5E9. Grayscale: #757575. Windows color (decimal): -3253738 or 1465038. OLE color: 1465038.

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

Color convert

RGB 206 90 22 -
CMYK 0 0.56 0.89 0.19
HSL 22.17º 0.81% 0.45% -
HSV(B) 22.17º 0.89% 0.81% -
XYZ 29.25 20.49 3.17 -
YUV 116.93 74.43 191.53 -
System Red Green Blue C M Y K H S L
Decimal 206 90 22 0 0.56 0.89 0.19 22.17 0.81 0.45
Hex CE 5A 16 0 38 59 13 16 51 2D
Octal 316 132 26 0 70 131 23 26 121 55
Binary 11001110 1011010 10110 0 111000 1011001 10011 10110 1010001 101101

Color Harmonies of #CE5A16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE5A16

Black with #CE5A16

Text Example


Text Example

White with #CE5A16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE5A16; }

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

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

background-color css

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

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

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

border-color css

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

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

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