Html Css Color HEX #CE6519 Chocolate

📋 copy color: '#CE6519'

red 206 ◦ green 101 ◦ blue 25

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

Shades of Chocolate #CE6519

Tints of Chocolate #CE6519

RGB

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

 GREEN value IS 101 (39.84% from 255) = 30.42%

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

R = 62.05%
G = 30.42%
B = 7.53%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.88

 K value IS 0.19

RGB Variations

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

Color information

#CE6519 (or 0xCE6519) is known color: Chocolate. HEX triplet: CE, 65 and 19. RGB value is (206,101,25). Sum of RGB (Red+Green+Blue) = 206+101+25=332 (43% of max value = 765). Red value is 206 (80.86% from 255 or 62.05% from 332); Green value is 101 (39.84% from 255 or 30.42% from 332); Blue value is 25 (10.16% from 255 or 7.53% from 332); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6519 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE6519 is #319AE6. Grayscale: #7C7C7C. Windows color (decimal): -3250919 or 1664462. OLE color: 1664462.

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

Color convert

RGB 206 101 25 -
CMYK 0 0.51 0.88 0.19
HSL 25.19º 0.78% 0.45% -
HSV(B) 25.19º 0.88% 0.81% -
XYZ 30.28 22.5 3.67 -
YUV 123.73 72.29 186.68 -
System Red Green Blue C M Y K H S L
Decimal 206 101 25 0 0.51 0.88 0.19 25.19 0.78 0.45
Hex CE 65 19 0 33 58 13 19 4E 2D
Octal 316 145 31 0 63 130 23 31 116 55
Binary 11001110 1100101 11001 0 110011 1011000 10011 11001 1001110 101101

Color Harmonies of #CE6519

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE6519

Black with #CE6519

Text Example


Text Example

White with #CE6519

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE6519; }

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

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

background-color css

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

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

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

border-color css

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

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

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