Html Css Color HEX #CE7009 Chocolate

📋 copy color: '#CE7009'

red 206 ◦ green 112 ◦ blue 9

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

Shades of Chocolate #CE7009

Tints of Chocolate #CE7009

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 2.75%

R = 63%
G = 34.25%
B = 2.75%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.96

 K value IS 0.19

RGB Variations

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

Color information

#CE7009 (or 0xCE7009) is known color: Chocolate. HEX triplet: CE, 70 and 09. RGB value is (206,112,9). Sum of RGB (Red+Green+Blue) = 206+112+9=327 (43% of max value = 765). Red value is 206 (80.86% from 255 or 63.00% from 327); Green value is 112 (44.14% from 255 or 34.25% from 327); Blue value is 9 (3.91% from 255 or 2.75% from 327); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7009 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE7009 is #318FF6. Grayscale: #808080. Windows color (decimal): -3248119 or 618702. OLE color: 618702.

HSL color Cylindrical-coordinate representation of color #CE7009: hue angle of 31.37º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CE7009 is Cyan = 0, Magento = 0.46, Yellow = 0.96 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 112 9 -
CMYK 0 0.46 0.96 0.19
HSL 31.37º 0.92% 0.42% -
HSV(B) 31.37º 0.96% 0.81% -
XYZ 31.3 24.73 3.38 -
YUV 128.36 60.64 183.38 -
System Red Green Blue C M Y K H S L
Decimal 206 112 9 0 0.46 0.96 0.19 31.37 0.92 0.42
Hex CE 70 9 0 2E 60 13 1F 5C 2A
Octal 316 160 11 0 56 140 23 37 134 52
Binary 11001110 1110000 1001 0 101110 1100000 10011 11111 1011100 101010

Color Harmonies of #CE7009

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE7009

Black with #CE7009

Text Example


Text Example

White with #CE7009

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE7009; }

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

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

background-color css

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

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

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

border-color css

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

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

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