#C0BE7D

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

Shades of Pine Glade #C0BE7D

Tints of Pine Glade #C0BE7D

Color information

#C0BE7D (or 0xC0BE7D) is unknown color: approx Pine Glade. HEX triplet: C0, BE and 7D. RGB value is (192,190,125). Sum of RGB (Red+Green+Blue) = 192+190+125=507 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.87% from 507); Green value is 190 (74.61% from 255 or 37.48% from 507); Blue value is 125 (49.22% from 255 or 24.65% from 507); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BE7D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0BE7D is #3F4182. Grayscale: #B7B7B7. Windows color (decimal): -4145539 or 8240832. OLE color: 8240832.

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

Color convert

RGB192190125-
CMYK00.010.350.25
HSL58.21º34.72%62.16%-
HSV(B)58.21º34.9%75.29%-
XYZ43.8549.5126.65-
YUV183.1995.16134.29-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 37.87%
GREEN value IS 190 (74.61% from 255) = 37.48%
BLUE value IS 125 (49.22% from 255) = 24.65%
R=37.87%
G=37.48%
B=24.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.35
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19219012500.010.350.2558.2134.7262.16
HexC0BE7D0123193a233e
Octal300276175014331724376
Binary110000001011111011111010110001111001111010100011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0BE7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0BE7D; }

 p { color: rgb(192,190,125); }

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

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

 a { background-color: rgb(192,190,125); }

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

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

 span { border-color: rgb(192,190,125); }

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