Html Css Color HEX #CE5B18 Chocolate

📋 copy color: '#CE5B18'

red 206 ◦ green 91 ◦ blue 24

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

Shades of Chocolate #CE5B18

Tints of Chocolate #CE5B18

RGB

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

 GREEN value IS 91 (35.94% from 255) = 28.35%

 BLUE value IS 24 (9.77% from 255) = 7.48%

R = 64.17%
G = 28.35%
B = 7.48%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.88

 K value IS 0.19

RGB Variations

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

Color information

#CE5B18 (or 0xCE5B18) is known color: Chocolate. HEX triplet: CE, 5B and 18. RGB value is (206,91,24). Sum of RGB (Red+Green+Blue) = 206+91+24=321 (42% of max value = 765). Red value is 206 (80.86% from 255 or 64.17% from 321); Green value is 91 (35.94% from 255 or 28.35% from 321); Blue value is 24 (9.77% from 255 or 7.48% from 321); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5B18 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE5B18 is #31A4E7. Grayscale: #767676. Windows color (decimal): -3253480 or 1596366. OLE color: 1596366.

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

Color convert

RGB 206 91 24 -
CMYK 0 0.56 0.88 0.19
HSL 22.09º 0.79% 0.45% -
HSV(B) 22.09º 0.88% 0.81% -
XYZ 29.36 20.67 3.31 -
YUV 117.75 75.1 190.95 -
System Red Green Blue C M Y K H S L
Decimal 206 91 24 0 0.56 0.88 0.19 22.09 0.79 0.45
Hex CE 5B 18 0 38 58 13 16 4F 2D
Octal 316 133 30 0 70 130 23 26 117 55
Binary 11001110 1011011 11000 0 111000 1011000 10011 10110 1001111 101101

Color Harmonies of #CE5B18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE5B18

Black with #CE5B18

Text Example


Text Example

White with #CE5B18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE5B18; }

 p { color: rgb(206,91,24); }

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

background-color css

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

 a { background-color: rgb(206,91,24); }

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

border-color css

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

 span { border-color: rgb(206,91,24); }

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