Html Css Color HEX #C0BB80 Pine Glade

📋 copy color: '#C0BB80'

red 192 ◦ green 187 ◦ blue 128

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

Shades of Pine Glade #C0BB80

Tints of Pine Glade #C0BB80

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 value IS 0

 M value IS 0.03

 Y value IS 0.33

 K value IS 0.25

RGB Variations

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

Color information

#C0BB80 (or 0xC0BB80) is known color: 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

RGB 192 187 128 -
CMYK 0 0.03 0.33 0.25
HSL 55.31º 0.34% 0.63% -
HSV(B) 55.31º 0.33% 0.75% -
XYZ 43.4 48.31 27.46 -
YUV 181.77 97.66 135.3 -
System Red Green Blue C M Y K H S L
Decimal 192 187 128 0 0.03 0.33 0.25 55.31 0.34 0.63
Hex C0 BB 80 0 3 21 19 37 22 3F
Octal 300 273 200 0 3 41 31 67 42 77
Binary 11000000 10111011 10000000 0 11 100001 11001 110111 100010 111111

Color Harmonies of #C0BB80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0BB80

Black with #C0BB80

Text Example


Text Example

White with #C0BB80

Text Example


Text Example

HTML Codes & Css Web 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>