#C0BA7D

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

Shades of Pine Glade #C0BA7D

Tints of Pine Glade #C0BA7D

Color information

#C0BA7D (or 0xC0BA7D) is unknown color: approx Pine Glade. HEX triplet: C0, BA and 7D. RGB value is (192,186,125). Sum of RGB (Red+Green+Blue) = 192+186+125=503 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.17% from 503); Green value is 186 (73.05% from 255 or 36.98% from 503); Blue value is 125 (49.22% from 255 or 24.85% from 503); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BA7D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0BA7D is #3F4582. Grayscale: #B5B5B5. Windows color (decimal): -4146563 or 8239808. OLE color: 8239808.

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

Color convert

RGB192186125-
CMYK00.030.350.25
HSL54.63º34.72%62.16%-
HSV(B)54.63º34.9%75.29%-
XYZ4347.826.36-
YUV180.8496.49135.96-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 38.17%
GREEN value IS 186 (73.05% from 255) = 36.98%
BLUE value IS 125 (49.22% from 255) = 24.85%
R=38.17%
G=36.98%
B=24.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.35
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19218612500.030.350.2554.6334.7262.16
HexC0BA7D03231937233e
Octal300272175034331674376
Binary1100000010111010111110101110001111001110111100011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0BA7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0BA7D; }

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

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

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

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

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

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

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

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