Html Css Color HEX #CE5E13 Chocolate

📋 copy color: '#CE5E13'

red 206 ◦ green 94 ◦ blue 19

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

Shades of Chocolate #CE5E13

Tints of Chocolate #CE5E13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 5.96%

R = 64.58%
G = 29.47%
B = 5.96%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.91

 K value IS 0.19

RGB Variations

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

Color information

#CE5E13 (or 0xCE5E13) is known color: Chocolate. HEX triplet: CE, 5E and 13. RGB value is (206,94,19). Sum of RGB (Red+Green+Blue) = 206+94+19=319 (42% of max value = 765). Red value is 206 (80.86% from 255 or 64.58% from 319); Green value is 94 (37.11% from 255 or 29.47% from 319); Blue value is 19 (7.81% from 255 or 5.96% from 319); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5E13 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE5E13 is #31A1EC. Grayscale: #777777. Windows color (decimal): -3252717 or 1269454. OLE color: 1269454.

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

Color convert

RGB 206 94 19 -
CMYK 0 0.54 0.91 0.19
HSL 24.06º 0.83% 0.44% -
HSV(B) 24.06º 0.91% 0.81% -
XYZ 29.57 21.17 3.14 -
YUV 118.94 71.61 190.1 -
System Red Green Blue C M Y K H S L
Decimal 206 94 19 0 0.54 0.91 0.19 24.06 0.83 0.44
Hex CE 5E 13 0 36 5B 13 18 53 2C
Octal 316 136 23 0 66 133 23 30 123 54
Binary 11001110 1011110 10011 0 110110 1011011 10011 11000 1010011 101100

Color Harmonies of #CE5E13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE5E13

Black with #CE5E13

Text Example


Text Example

White with #CE5E13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE5E13; }

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

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

background-color css

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

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

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

border-color css

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

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

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