Html Css Color HEX #CE5A17 Chocolate

📋 copy color: '#CE5A17'

red 206 ◦ green 90 ◦ blue 23

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

Shades of Chocolate #CE5A17

Tints of Chocolate #CE5A17

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 7.21%

R = 64.58%
G = 28.21%
B = 7.21%

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

#CE5A17 (or 0xCE5A17) is known color: Chocolate. HEX triplet: CE, 5A and 17. RGB value is (206,90,23). Sum of RGB (Red+Green+Blue) = 206+90+23=319 (42% of max value = 765). Red value is 206 (80.86% from 255 or 64.58% from 319); Green value is 90 (35.55% from 255 or 28.21% from 319); Blue value is 23 (9.38% from 255 or 7.21% from 319); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5A17 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE5A17 is #31A5E8. Grayscale: #757575. Windows color (decimal): -3253737 or 1530574. OLE color: 1530574.

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

Color convert

RGB 206 90 23 -
CMYK 0 0.56 0.89 0.19
HSL 21.97º 0.8% 0.45% -
HSV(B) 21.97º 0.89% 0.81% -
XYZ 29.26 20.5 3.22 -
YUV 117.05 74.93 191.45 -
System Red Green Blue C M Y K H S L
Decimal 206 90 23 0 0.56 0.89 0.19 21.97 0.8 0.45
Hex CE 5A 17 0 38 59 13 16 50 2D
Octal 316 132 27 0 70 131 23 26 120 55
Binary 11001110 1011010 10111 0 111000 1011001 10011 10110 1010000 101101

Color Harmonies of #CE5A17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE5A17

Black with #CE5A17

Text Example


Text Example

White with #CE5A17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE5A17; }

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

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

background-color css

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

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

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

border-color css

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

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

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