Html Css Color HEX #CE6419 Chocolate

📋 copy color: '#CE6419'

red 206 ◦ green 100 ◦ blue 25

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

Shades of Chocolate #CE6419

Tints of Chocolate #CE6419

RGB

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

 GREEN value IS 100 (39.45% from 255) = 30.21%

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

R = 62.24%
G = 30.21%
B = 7.55%

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

#CE6419 (or 0xCE6419) is known color: Chocolate. HEX triplet: CE, 64 and 19. RGB value is (206,100,25). Sum of RGB (Red+Green+Blue) = 206+100+25=331 (43% of max value = 765). Red value is 206 (80.86% from 255 or 62.24% from 331); Green value is 100 (39.45% from 255 or 30.21% from 331); Blue value is 25 (10.16% from 255 or 7.55% from 331); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6419 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE6419 is #319BE6. Grayscale: #7B7B7B. Windows color (decimal): -3251175 or 1664206. OLE color: 1664206.

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

Color convert

RGB 206 100 25 -
CMYK 0 0.51 0.88 0.19
HSL 24.86º 0.78% 0.45% -
HSV(B) 24.86º 0.88% 0.81% -
XYZ 30.19 22.31 3.63 -
YUV 123.14 72.62 187.1 -
System Red Green Blue C M Y K H S L
Decimal 206 100 25 0 0.51 0.88 0.19 24.86 0.78 0.45
Hex CE 64 19 0 33 58 13 19 4E 2D
Octal 316 144 31 0 63 130 23 31 116 55
Binary 11001110 1100100 11001 0 110011 1011000 10011 11001 1001110 101101

Color Harmonies of #CE6419

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE6419

Black with #CE6419

Text Example


Text Example

White with #CE6419

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE6419; }

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

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

background-color css

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

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

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

border-color css

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

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

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