Html Css Color HEX #CE5F19 Chocolate

📋 copy color: '#CE5F19'

red 206 ◦ green 95 ◦ blue 25

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

Shades of Chocolate #CE5F19

Tints of Chocolate #CE5F19

RGB

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

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

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

R = 63.19%
G = 29.14%
B = 7.67%

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

#CE5F19 (or 0xCE5F19) is known color: Chocolate. HEX triplet: CE, 5F and 19. RGB value is (206,95,25). Sum of RGB (Red+Green+Blue) = 206+95+25=326 (43% of max value = 765). Red value is 206 (80.86% from 255 or 63.19% from 326); Green value is 95 (37.5% from 255 or 29.14% from 326); Blue value is 25 (10.16% from 255 or 7.67% from 326); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5F19 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE5F19 is #31A0E6. Grayscale: #787878. Windows color (decimal): -3252455 or 1662926. OLE color: 1662926.

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

Color convert

RGB 206 95 25 -
CMYK 0 0.54 0.88 0.19
HSL 23.2º 0.78% 0.45% -
HSV(B) 23.2º 0.88% 0.81% -
XYZ 29.72 21.38 3.48 -
YUV 120.21 74.27 189.19 -
System Red Green Blue C M Y K H S L
Decimal 206 95 25 0 0.54 0.88 0.19 23.2 0.78 0.45
Hex CE 5F 19 0 36 58 13 17 4E 2D
Octal 316 137 31 0 66 130 23 27 116 55
Binary 11001110 1011111 11001 0 110110 1011000 10011 10111 1001110 101101

Color Harmonies of #CE5F19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE5F19

Black with #CE5F19

Text Example


Text Example

White with #CE5F19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE5F19; }

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

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

background-color css

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

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

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

border-color css

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

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

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