Html Css Color HEX #CE6213 Chocolate

📋 copy color: '#CE6213'

red 206 ◦ green 98 ◦ blue 19

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

Shades of Chocolate #CE6213

Tints of Chocolate #CE6213

RGB

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

 GREEN value IS 98 (38.67% from 255) = 30.34%

 BLUE value IS 19 (7.81% from 255) = 5.88%

R = 63.78%
G = 30.34%
B = 5.88%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.91

 K value IS 0.19

RGB Variations

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

Color information

#CE6213 (or 0xCE6213) is known color: Chocolate. HEX triplet: CE, 62 and 13. RGB value is (206,98,19). Sum of RGB (Red+Green+Blue) = 206+98+19=323 (42% of max value = 765). Red value is 206 (80.86% from 255 or 63.78% from 323); Green value is 98 (38.67% from 255 or 30.34% from 323); Blue value is 19 (7.81% from 255 or 5.88% from 323); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6213 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE6213 is #319DEC. Grayscale: #797979. Windows color (decimal): -3251693 or 1270478. OLE color: 1270478.

HSL color Cylindrical-coordinate representation of color #CE6213: hue angle of 25.35º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CE6213 is Cyan = 0, Magento = 0.52, Yellow = 0.91 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 98 19 -
CMYK 0 0.52 0.91 0.19
HSL 25.35º 0.83% 0.44% -
HSV(B) 25.35º 0.91% 0.81% -
XYZ 29.94 21.9 3.27 -
YUV 121.29 70.28 188.42 -
System Red Green Blue C M Y K H S L
Decimal 206 98 19 0 0.52 0.91 0.19 25.35 0.83 0.44
Hex CE 62 13 0 34 5B 13 19 53 2C
Octal 316 142 23 0 64 133 23 31 123 54
Binary 11001110 1100010 10011 0 110100 1011011 10011 11001 1010011 101100

Color Harmonies of #CE6213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE6213

Black with #CE6213

Text Example


Text Example

White with #CE6213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE6213; }

 p { color: rgb(206,98,19); }

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

background-color css

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

 a { background-color: rgb(206,98,19); }

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

border-color css

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

 span { border-color: rgb(206,98,19); }

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