Html Css Color HEX #CE5D17 Chocolate

📋 copy color: '#CE5D17'

red 206 ◦ green 93 ◦ blue 23

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

Shades of Chocolate #CE5D17

Tints of Chocolate #CE5D17

RGB

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

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

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

R = 63.98%
G = 28.88%
B = 7.14%

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

#CE5D17 (or 0xCE5D17) is known color: Chocolate. HEX triplet: CE, 5D and 17. RGB value is (206,93,23). Sum of RGB (Red+Green+Blue) = 206+93+23=322 (42% of max value = 765). Red value is 206 (80.86% from 255 or 63.98% from 322); Green value is 93 (36.72% from 255 or 28.88% from 322); Blue value is 23 (9.38% from 255 or 7.14% from 322); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5D17 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE5D17 is #31A2E8. Grayscale: #777777. Windows color (decimal): -3252969 or 1531342. OLE color: 1531342.

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

Color convert

RGB 206 93 23 -
CMYK 0 0.55 0.89 0.19
HSL 22.95º 0.8% 0.45% -
HSV(B) 22.95º 0.89% 0.81% -
XYZ 29.52 21.01 3.31 -
YUV 118.81 73.94 190.19 -
System Red Green Blue C M Y K H S L
Decimal 206 93 23 0 0.55 0.89 0.19 22.95 0.8 0.45
Hex CE 5D 17 0 37 59 13 17 50 2D
Octal 316 135 27 0 67 131 23 27 120 55
Binary 11001110 1011101 10111 0 110111 1011001 10011 10111 1010000 101101

Color Harmonies of #CE5D17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE5D17

Black with #CE5D17

Text Example


Text Example

White with #CE5D17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE5D17; }

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

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

background-color css

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

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

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

border-color css

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

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

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