Html Css Color HEX #CE7013 Chocolate

📋 copy color: '#CE7013'

red 206 ◦ green 112 ◦ blue 19

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

Shades of Chocolate #CE7013

Tints of Chocolate #CE7013

RGB

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

 GREEN value IS 112 (44.14% from 255) = 33.23%

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

R = 61.13%
G = 33.23%
B = 5.64%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.91

 K value IS 0.19

RGB Variations

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

Color information

#CE7013 (or 0xCE7013) is known color: Chocolate. HEX triplet: CE, 70 and 13. RGB value is (206,112,19). Sum of RGB (Red+Green+Blue) = 206+112+19=337 (44% of max value = 765). Red value is 206 (80.86% from 255 or 61.13% from 337); Green value is 112 (44.14% from 255 or 33.23% from 337); Blue value is 19 (7.81% from 255 or 5.64% from 337); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7013 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE7013 is #318FEC. Grayscale: #818181. Windows color (decimal): -3248109 or 1274062. OLE color: 1274062.

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

Color convert

RGB 206 112 19 -
CMYK 0 0.46 0.91 0.19
HSL 29.84º 0.83% 0.44% -
HSV(B) 29.84º 0.91% 0.81% -
XYZ 31.37 24.76 3.74 -
YUV 129.5 65.64 182.56 -
System Red Green Blue C M Y K H S L
Decimal 206 112 19 0 0.46 0.91 0.19 29.84 0.83 0.44
Hex CE 70 13 0 2E 5B 13 1E 53 2C
Octal 316 160 23 0 56 133 23 36 123 54
Binary 11001110 1110000 10011 0 101110 1011011 10011 11110 1010011 101100

Color Harmonies of #CE7013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE7013

Black with #CE7013

Text Example


Text Example

White with #CE7013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE7013; }

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

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

background-color css

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

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

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

border-color css

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

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

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