#c0bf7e

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

Shades of Pine Glade #C0BF7E

Tints of Pine Glade #C0BF7E

Color information

#C0BF7E (or 0xC0BF7E) is unknown color: approx Pine Glade. HEX triplet: C0, BF and 7E. RGB value is (192,191,126). Sum of RGB (Red+Green+Blue) = 192+191+126=509 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.72% from 509); Green value is 191 (75% from 255 or 37.52% from 509); Blue value is 126 (49.61% from 255 or 24.75% from 509); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BF7E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0BF7E is #3F4081. Grayscale: #B8B8B8. Windows color (decimal): -4145282 or 8306624. OLE color: 8306624.

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

Color convert

RGB192191126-
CMYK00.010.340.25
HSL59.09º34.38%62.35%-
HSV(B)59.09º34.38%75.29%-
XYZ44.1349.9727.06-
YUV183.8995.33133.79-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 37.72%
GREEN value IS 191 (75% from 255) = 37.52%
BLUE value IS 126 (49.61% from 255) = 24.75%
R=37.72%
G=37.52%
B=24.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.34
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19219112600.010.340.2559.0934.3862.35
HexC0BF7E0122193b223e
Octal300277176014231734276
Binary110000001011111111111100110001011001111011100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c0bf7e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c0bf7e; }

 p { color: rgb(192,191,126); }

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

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

 a { background-color: rgb(192,191,126); }

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

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

 span { border-color: rgb(192,191,126); }

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