#C0BE7E

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

Shades of Pine Glade #C0BE7E

Tints of Pine Glade #C0BE7E

Color information

#C0BE7E (or 0xC0BE7E) is unknown color: approx Pine Glade. HEX triplet: C0, BE and 7E. RGB value is (192,190,126). Sum of RGB (Red+Green+Blue) = 192+190+126=508 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.80% from 508); Green value is 190 (74.61% from 255 or 37.40% from 508); Blue value is 126 (49.61% from 255 or 24.80% from 508); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BE7E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0BE7E is #3F4181. Grayscale: #B7B7B7. Windows color (decimal): -4145538 or 8306368. OLE color: 8306368.

HSL color Cylindrical-coordinate representation of color #C0BE7E: hue angle of 58.18º 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 #C0BE7E is Cyan = 0, Magento = 0.01, Yellow = 0.34 and Black (K on CMYK) = 0.25.

Color convert

RGB192190126-
CMYK00.010.340.25
HSL58.18º34.38%62.35%-
HSV(B)58.18º34.38%75.29%-
XYZ43.9249.5426.99-
YUV183.395.66134.2-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 37.80%
GREEN value IS 190 (74.61% from 255) = 37.40%
BLUE value IS 126 (49.61% from 255) = 24.80%
R=37.80%
G=37.40%
B=24.80%

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
Decimal19219012600.010.340.2558.1834.3862.35
HexC0BE7E0122193a223e
Octal300276176014231724276
Binary110000001011111011111100110001011001111010100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0BE7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0BE7E; }

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

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

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

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

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

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

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

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