Html Css Color HEX #CE5E15 Chocolate

📋 copy color: '#CE5E15'

red 206 ◦ green 94 ◦ blue 21

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

Shades of Chocolate #CE5E15

Tints of Chocolate #CE5E15

RGB

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

 GREEN value IS 94 (37.11% from 255) = 29.28%

 BLUE value IS 21 (8.59% from 255) = 6.54%

R = 64.17%
G = 29.28%
B = 6.54%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.90

 K value IS 0.19

RGB Variations

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

Color information

#CE5E15 (or 0xCE5E15) is known color: Chocolate. HEX triplet: CE, 5E and 15. RGB value is (206,94,21). Sum of RGB (Red+Green+Blue) = 206+94+21=321 (42% of max value = 765). Red value is 206 (80.86% from 255 or 64.17% from 321); Green value is 94 (37.11% from 255 or 29.28% from 321); Blue value is 21 (8.59% from 255 or 6.54% from 321); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5E15 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE5E15 is #31A1EA. Grayscale: #777777. Windows color (decimal): -3252715 or 1400526. OLE color: 1400526.

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

Color convert

RGB 206 94 21 -
CMYK 0 0.54 0.90 0.19
HSL 23.68º 0.81% 0.45% -
HSV(B) 23.68º 0.9% 0.81% -
XYZ 29.59 21.18 3.24 -
YUV 119.17 72.61 189.94 -
System Red Green Blue C M Y K H S L
Decimal 206 94 21 0 0.54 0.90 0.19 23.68 0.81 0.45
Hex CE 5E 15 0 36 5A 13 18 51 2D
Octal 316 136 25 0 66 132 23 30 121 55
Binary 11001110 1011110 10101 0 110110 1011010 10011 11000 1010001 101101

Color Harmonies of #CE5E15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE5E15

Black with #CE5E15

Text Example


Text Example

White with #CE5E15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE5E15; }

 p { color: rgb(206,94,21); }

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

background-color css

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

 a { background-color: rgb(206,94,21); }

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

border-color css

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

 span { border-color: rgb(206,94,21); }

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