Html Css Color HEX #CE5E19 Chocolate

📋 copy color: '#CE5E19'

red 206 ◦ green 94 ◦ blue 25

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

Shades of Chocolate #CE5E19

Tints of Chocolate #CE5E19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 7.69%

R = 63.38%
G = 28.92%
B = 7.69%

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

#CE5E19 (or 0xCE5E19) is known color: Chocolate. HEX triplet: CE, 5E and 19. RGB value is (206,94,25). Sum of RGB (Red+Green+Blue) = 206+94+25=325 (43% of max value = 765). Red value is 206 (80.86% from 255 or 63.38% from 325); Green value is 94 (37.11% from 255 or 28.92% from 325); Blue value is 25 (10.16% from 255 or 7.69% from 325); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5E19 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE5E19 is #31A1E6. Grayscale: #787878. Windows color (decimal): -3252711 or 1662670. OLE color: 1662670.

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

Color convert

RGB 206 94 25 -
CMYK 0 0.54 0.88 0.19
HSL 22.87º 0.78% 0.45% -
HSV(B) 22.87º 0.88% 0.81% -
XYZ 29.63 21.2 3.45 -
YUV 119.62 74.61 189.61 -
System Red Green Blue C M Y K H S L
Decimal 206 94 25 0 0.54 0.88 0.19 22.87 0.78 0.45
Hex CE 5E 19 0 36 58 13 17 4E 2D
Octal 316 136 31 0 66 130 23 27 116 55
Binary 11001110 1011110 11001 0 110110 1011000 10011 10111 1001110 101101

Color Harmonies of #CE5E19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE5E19

Black with #CE5E19

Text Example


Text Example

White with #CE5E19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE5E19; }

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

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

background-color css

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

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

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

border-color css

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

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

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