Html Css Color HEX #CE6218 Chocolate

📋 copy color: '#CE6218'

red 206 ◦ green 98 ◦ blue 24

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

Shades of Chocolate #CE6218

Tints of Chocolate #CE6218

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 7.32%

R = 62.8%
G = 29.88%
B = 7.32%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.88

 K value IS 0.19

RGB Variations

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

Color information

#CE6218 (or 0xCE6218) is known color: Chocolate. HEX triplet: CE, 62 and 18. RGB value is (206,98,24). Sum of RGB (Red+Green+Blue) = 206+98+24=328 (43% of max value = 765). Red value is 206 (80.86% from 255 or 62.80% from 328); Green value is 98 (38.67% from 255 or 29.88% from 328); Blue value is 24 (9.77% from 255 or 7.32% from 328); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6218 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE6218 is #319DE7. Grayscale: #7A7A7A. Windows color (decimal): -3251688 or 1598158. OLE color: 1598158.

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

Color convert

RGB 206 98 24 -
CMYK 0 0.52 0.88 0.19
HSL 24.4º 0.79% 0.45% -
HSV(B) 24.4º 0.88% 0.81% -
XYZ 29.99 21.92 3.52 -
YUV 121.86 72.78 188.02 -
System Red Green Blue C M Y K H S L
Decimal 206 98 24 0 0.52 0.88 0.19 24.4 0.79 0.45
Hex CE 62 18 0 34 58 13 18 4F 2D
Octal 316 142 30 0 64 130 23 30 117 55
Binary 11001110 1100010 11000 0 110100 1011000 10011 11000 1001111 101101

Color Harmonies of #CE6218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE6218

Black with #CE6218

Text Example


Text Example

White with #CE6218

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE6218; }

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

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

background-color css

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

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

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

border-color css

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

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

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