Html Css Color HEX #CB7008 Chocolate

📋 copy color: '#CB7008'

red 203 ◦ green 112 ◦ blue 8

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

Shades of Chocolate #CB7008

Tints of Chocolate #CB7008

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 2.48%

R = 62.85%
G = 34.67%
B = 2.48%

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

#CB7008 (or 0xCB7008) is known color: Chocolate. HEX triplet: CB, 70 and 08. RGB value is (203,112,8). Sum of RGB (Red+Green+Blue) = 203+112+8=323 (42% of max value = 765). Red value is 203 (79.69% from 255 or 62.85% from 323); Green value is 112 (44.14% from 255 or 34.67% from 323); Blue value is 8 (3.52% from 255 or 2.48% from 323); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7008 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB7008 is #348FF7. Grayscale: #7F7F7F. Windows color (decimal): -3444728 or 553163. OLE color: 553163.

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

Color convert

RGB 203 112 8 -
CMYK 0 0.45 0.96 0.20
HSL 32º 0.92% 0.41% -
HSV(B) 32º 0.96% 0.8% -
XYZ 30.47 24.3 3.31 -
YUV 127.35 60.65 181.96 -
System Red Green Blue C M Y K H S L
Decimal 203 112 8 0 0.45 0.96 0.20 32 0.92 0.41
Hex CB 70 8 0 2D 60 14 20 5C 29
Octal 313 160 10 0 55 140 24 40 134 51
Binary 11001011 1110000 1000 0 101101 1100000 10100 100000 1011100 101001

Color Harmonies of #CB7008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB7008

Black with #CB7008

Text Example


Text Example

White with #CB7008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB7008; }

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

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

background-color css

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

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

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

border-color css

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

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

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