#C1BD7D

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

Shades of Pine Glade #C1BD7D

Tints of Pine Glade #C1BD7D

Color information

#C1BD7D (or 0xC1BD7D) is unknown color: approx Pine Glade. HEX triplet: C1, BD and 7D. RGB value is (193,189,125). Sum of RGB (Red+Green+Blue) = 193+189+125=507 (67% of max value = 765). Red value is 193 (75.78% from 255 or 38.07% from 507); Green value is 189 (74.22% from 255 or 37.28% from 507); Blue value is 125 (49.22% from 255 or 24.65% from 507); Max value from RGB is 193 - color contains mainly: red. Hex color #C1BD7D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C1BD7D is #3E4282. Grayscale: #B7B7B7. Windows color (decimal): -4080259 or 8240577. OLE color: 8240577.

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

Color convert

RGB193189125-
CMYK00.020.350.24
HSL56.47º35.42%62.35%-
HSV(B)56.47º35.23%75.69%-
XYZ43.8949.2126.59-
YUV182.995.33135.2-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 38.07%
GREEN value IS 189 (74.22% from 255) = 37.28%
BLUE value IS 125 (49.22% from 255) = 24.65%
R=38.07%
G=37.28%
B=24.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.35
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19318912500.020.350.2456.4735.4262.35
HexC1BD7D02231838233e
Octal301275175024330704376
Binary1100000110111101111110101010001111000111000100011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1BD7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1BD7D; }

 p { color: rgb(193,189,125); }

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

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

 a { background-color: rgb(193,189,125); }

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

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

 span { border-color: rgb(193,189,125); }

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