Html Css Color HEX #CE5F18 Chocolate

📋 copy color: '#CE5F18'

red 206 ◦ green 95 ◦ blue 24

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

Shades of Chocolate #CE5F18

Tints of Chocolate #CE5F18

RGB

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

 GREEN value IS 95 (37.5% from 255) = 29.23%

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

R = 63.38%
G = 29.23%
B = 7.38%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.88

 K value IS 0.19

RGB Variations

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

Color information

#CE5F18 (or 0xCE5F18) is known color: Chocolate. HEX triplet: CE, 5F and 18. RGB value is (206,95,24). Sum of RGB (Red+Green+Blue) = 206+95+24=325 (43% of max value = 765). Red value is 206 (80.86% from 255 or 63.38% from 325); Green value is 95 (37.5% from 255 or 29.23% from 325); Blue value is 24 (9.77% from 255 or 7.38% from 325); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5F18 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE5F18 is #31A0E7. Grayscale: #787878. Windows color (decimal): -3252456 or 1597390. OLE color: 1597390.

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

Color convert

RGB 206 95 24 -
CMYK 0 0.54 0.88 0.19
HSL 23.41º 0.79% 0.45% -
HSV(B) 23.41º 0.88% 0.81% -
XYZ 29.71 21.37 3.42 -
YUV 120.1 73.77 189.27 -
System Red Green Blue C M Y K H S L
Decimal 206 95 24 0 0.54 0.88 0.19 23.41 0.79 0.45
Hex CE 5F 18 0 36 58 13 17 4F 2D
Octal 316 137 30 0 66 130 23 27 117 55
Binary 11001110 1011111 11000 0 110110 1011000 10011 10111 1001111 101101

Color Harmonies of #CE5F18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE5F18

Black with #CE5F18

Text Example


Text Example

White with #CE5F18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE5F18; }

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

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

background-color css

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

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

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

border-color css

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

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

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