Html Css Color HEX #CB7009 Chocolate

📋 copy color: '#CB7009'

red 203 ◦ green 112 ◦ blue 9

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

Shades of Chocolate #CB7009

Tints of Chocolate #CB7009

RGB

 RED value IS 203 (79.69% from 255) = 62.65%

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

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

R = 62.65%
G = 34.57%
B = 2.78%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.96

 K value IS 0.20

RGB Variations

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

Color information

#CB7009 (or 0xCB7009) is known color: Chocolate. HEX triplet: CB, 70 and 09. RGB value is (203,112,9). Sum of RGB (Red+Green+Blue) = 203+112+9=324 (42% of max value = 765). Red value is 203 (79.69% from 255 or 62.65% from 324); Green value is 112 (44.14% from 255 or 34.57% from 324); Blue value is 9 (3.91% from 255 or 2.78% from 324); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7009 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB7009 is #348FF6. Grayscale: #7F7F7F. Windows color (decimal): -3444727 or 618699. OLE color: 618699.

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

Color convert

RGB 203 112 9 -
CMYK 0 0.45 0.96 0.20
HSL 31.86º 0.92% 0.42% -
HSV(B) 31.86º 0.96% 0.8% -
XYZ 30.47 24.3 3.34 -
YUV 127.47 61.15 181.88 -
System Red Green Blue C M Y K H S L
Decimal 203 112 9 0 0.45 0.96 0.20 31.86 0.92 0.42
Hex CB 70 9 0 2D 60 14 20 5C 2A
Octal 313 160 11 0 55 140 24 40 134 52
Binary 11001011 1110000 1001 0 101101 1100000 10100 100000 1011100 101010

Color Harmonies of #CB7009

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB7009

Black with #CB7009

Text Example


Text Example

White with #CB7009

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB7009; }

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

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

background-color css

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

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

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

border-color css

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

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

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