Html Css Color HEX #CE6215 Chocolate

📋 copy color: '#CE6215'

red 206 ◦ green 98 ◦ blue 21

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

Shades of Chocolate #CE6215

Tints of Chocolate #CE6215

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 6.46%

R = 63.38%
G = 30.15%
B = 6.46%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.90

 K value IS 0.19

RGB Variations

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

Color information

#CE6215 (or 0xCE6215) is known color: Chocolate. HEX triplet: CE, 62 and 15. RGB value is (206,98,21). Sum of RGB (Red+Green+Blue) = 206+98+21=325 (43% of max value = 765). Red value is 206 (80.86% from 255 or 63.38% from 325); Green value is 98 (38.67% from 255 or 30.15% from 325); Blue value is 21 (8.59% from 255 or 6.46% from 325); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6215 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE6215 is #319DEA. Grayscale: #797979. Windows color (decimal): -3251691 or 1401550. OLE color: 1401550.

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

Color convert

RGB 206 98 21 -
CMYK 0 0.52 0.90 0.19
HSL 24.97º 0.81% 0.45% -
HSV(B) 24.97º 0.9% 0.81% -
XYZ 29.96 21.91 3.36 -
YUV 121.51 71.28 188.26 -
System Red Green Blue C M Y K H S L
Decimal 206 98 21 0 0.52 0.90 0.19 24.97 0.81 0.45
Hex CE 62 15 0 34 5A 13 19 51 2D
Octal 316 142 25 0 64 132 23 31 121 55
Binary 11001110 1100010 10101 0 110100 1011010 10011 11001 1010001 101101

Color Harmonies of #CE6215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE6215

Black with #CE6215

Text Example


Text Example

White with #CE6215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE6215; }

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

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

background-color css

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

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

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

border-color css

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

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

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