Html Css Color HEX #CE5B19 Chocolate

📋 copy color: '#CE5B19'

red 206 ◦ green 91 ◦ blue 25

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

Shades of Chocolate #CE5B19

Tints of Chocolate #CE5B19

RGB

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

 GREEN value IS 91 (35.94% from 255) = 28.26%

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

R = 63.98%
G = 28.26%
B = 7.76%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.88

 K value IS 0.19

RGB Variations

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

Color information

#CE5B19 (or 0xCE5B19) is known color: Chocolate. HEX triplet: CE, 5B and 19. RGB value is (206,91,25). Sum of RGB (Red+Green+Blue) = 206+91+25=322 (42% of max value = 765). Red value is 206 (80.86% from 255 or 63.98% from 322); Green value is 91 (35.94% from 255 or 28.26% from 322); Blue value is 25 (10.16% from 255 or 7.76% from 322); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5B19 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE5B19 is #31A4E6. Grayscale: #767676. Windows color (decimal): -3253479 or 1661902. OLE color: 1661902.

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

Color convert

RGB 206 91 25 -
CMYK 0 0.56 0.88 0.19
HSL 21.88º 0.78% 0.45% -
HSV(B) 21.88º 0.88% 0.81% -
XYZ 29.37 20.67 3.36 -
YUV 117.86 75.6 190.87 -
System Red Green Blue C M Y K H S L
Decimal 206 91 25 0 0.56 0.88 0.19 21.88 0.78 0.45
Hex CE 5B 19 0 38 58 13 16 4E 2D
Octal 316 133 31 0 70 130 23 26 116 55
Binary 11001110 1011011 11001 0 111000 1011000 10011 10110 1001110 101101

Color Harmonies of #CE5B19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE5B19

Black with #CE5B19

Text Example


Text Example

White with #CE5B19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE5B19; }

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

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

background-color css

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

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

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

border-color css

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

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

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