#C0BB80

Color #C0BB80 Pine Glade (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pine Glade #C0BB80

Tints of Pine Glade #C0BB80

Color information

#C0BB80 (or 0xC0BB80) is unknown color: approx Pine Glade. HEX triplet: C0, BB and 80. RGB value is (192,187,128). Sum of RGB (Red+Green+Blue) = 192+187+128=507 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.87% from 507); Green value is 187 (73.44% from 255 or 36.88% from 507); Blue value is 128 (50.39% from 255 or 25.25% from 507); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BB80 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0BB80 is #3F447F. Grayscale: #B6B6B6. Windows color (decimal): -4146304 or 8436672. OLE color: 8436672.

HSL color Cylindrical-coordinate representation of color #C0BB80: hue angle of 55.31º degrees, saturation: 0.34, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C0BB80 is Cyan = 0, Magento = 0.03, Yellow = 0.33 and Black (K on CMYK) = 0.25.

Color convert

RGB192187128-
CMYK00.030.330.25
HSL55.31º33.68%62.75%-
HSV(B)55.31º33.33%75.29%-
XYZ43.448.3127.46-
YUV181.7797.66135.3-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 37.87%
GREEN value IS 187 (73.44% from 255) = 36.88%
BLUE value IS 128 (50.39% from 255) = 25.25%
R=37.87%
G=36.88%
B=25.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.33
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19218712800.030.330.2555.3133.6862.75
HexC0BB8003211937223f
Octal300273200034131674277
Binary11000000101110111000000001110000111001110111100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0BB80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0BB80; }

 p { color: rgb(192,187,128); }

 H1.HeaderClassName
 {
   color: #C0BB80;
 }
 .AnyTagClassName
 {
   color: #C0BB80;
 }
</style>
background-color css

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

 a { background-color: rgb(192,187,128); }

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

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

 span { border-color: rgb(192,187,128); }

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