Html Css Color HEX #CE6512 Chocolate

📋 copy color: '#CE6512'

red 206 ◦ green 101 ◦ blue 18

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

Shades of Chocolate #CE6512

Tints of Chocolate #CE6512

RGB

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

 GREEN value IS 101 (39.84% from 255) = 31.08%

 BLUE value IS 18 (7.42% from 255) = 5.54%

R = 63.38%
G = 31.08%
B = 5.54%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.91

 K value IS 0.19

RGB Variations

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

Color information

#CE6512 (or 0xCE6512) is known color: Chocolate. HEX triplet: CE, 65 and 12. RGB value is (206,101,18). Sum of RGB (Red+Green+Blue) = 206+101+18=325 (43% of max value = 765). Red value is 206 (80.86% from 255 or 63.38% from 325); Green value is 101 (39.84% from 255 or 31.08% from 325); Blue value is 18 (7.42% from 255 or 5.54% from 325); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6512 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE6512 is #319AED. Grayscale: #7B7B7B. Windows color (decimal): -3250926 or 1205710. OLE color: 1205710.

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

Color convert

RGB 206 101 18 -
CMYK 0 0.51 0.91 0.19
HSL 26.49º 0.84% 0.44% -
HSV(B) 26.49º 0.91% 0.81% -
XYZ 30.22 22.47 3.32 -
YUV 122.93 68.79 187.25 -
System Red Green Blue C M Y K H S L
Decimal 206 101 18 0 0.51 0.91 0.19 26.49 0.84 0.44
Hex CE 65 12 0 33 5B 13 1A 54 2C
Octal 316 145 22 0 63 133 23 32 124 54
Binary 11001110 1100101 10010 0 110011 1011011 10011 11010 1010100 101100

Color Harmonies of #CE6512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE6512

Black with #CE6512

Text Example


Text Example

White with #CE6512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE6512; }

 p { color: rgb(206,101,18); }

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

background-color css

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

 a { background-color: rgb(206,101,18); }

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

border-color css

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

 span { border-color: rgb(206,101,18); }

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