Html Css Color HEX #CE5219 Chocolate

📋 copy color: '#CE5219'

red 206 ◦ green 82 ◦ blue 25

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

Shades of Chocolate #CE5219

Tints of Chocolate #CE5219

RGB

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

 GREEN value IS 82 (32.42% from 255) = 26.2%

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

R = 65.81%
G = 26.2%
B = 7.99%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.88

 K value IS 0.19

RGB Variations

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

Color information

#CE5219 (or 0xCE5219) is known color: Chocolate. HEX triplet: CE, 52 and 19. RGB value is (206,82,25). Sum of RGB (Red+Green+Blue) = 206+82+25=313 (41% of max value = 765). Red value is 206 (80.86% from 255 or 65.81% from 313); Green value is 82 (32.42% from 255 or 26.20% from 313); Blue value is 25 (10.16% from 255 or 7.99% from 313); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5219 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE5219 is #31ADE6. Grayscale: #707070. Windows color (decimal): -3255783 or 1659598. OLE color: 1659598.

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

Color convert

RGB 206 82 25 -
CMYK 0 0.60 0.88 0.19
HSL 18.9º 0.78% 0.45% -
HSV(B) 18.9º 0.88% 0.81% -
XYZ 28.65 19.23 3.12 -
YUV 112.58 78.58 194.63 -
System Red Green Blue C M Y K H S L
Decimal 206 82 25 0 0.60 0.88 0.19 18.9 0.78 0.45
Hex CE 52 19 0 3C 58 13 13 4E 2D
Octal 316 122 31 0 74 130 23 23 116 55
Binary 11001110 1010010 11001 0 111100 1011000 10011 10011 1001110 101101

Color Harmonies of #CE5219

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE5219

Black with #CE5219

Text Example


Text Example

White with #CE5219

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE5219; }

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

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

background-color css

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

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

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

border-color css

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

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

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