#C3BD7A

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

Shades of Pine Glade #C3BD7A

Tints of Pine Glade #C3BD7A

Color information

#C3BD7A (or 0xC3BD7A) is unknown color: approx Pine Glade. HEX triplet: C3, BD and 7A. RGB value is (195,189,122). Sum of RGB (Red+Green+Blue) = 195+189+122=506 (67% of max value = 765). Red value is 195 (76.56% from 255 or 38.54% from 506); Green value is 189 (74.22% from 255 or 37.35% from 506); Blue value is 122 (48.05% from 255 or 24.11% from 506); Max value from RGB is 195 - color contains mainly: red. Hex color #C3BD7A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3BD7A is #3C4285. Grayscale: #B7B7B7. Windows color (decimal): -3949190 or 8043971. OLE color: 8043971.

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

Color convert

RGB195189122-
CMYK00.030.370.24
HSL55.07º37.82%62.16%-
HSV(B)55.07º37.44%76.47%-
XYZ44.2249.425.62-
YUV183.1693.49136.45-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 38.54%
GREEN value IS 189 (74.22% from 255) = 37.35%
BLUE value IS 122 (48.05% from 255) = 24.11%
R=38.54%
G=37.35%
B=24.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.37
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19518912200.030.370.2455.0737.8262.16
HexC3BD7A03251837263e
Octal303275172034530674676
Binary1100001110111101111101001110010111000110111100110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3BD7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3BD7A; }

 p { color: rgb(195,189,122); }

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

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

 a { background-color: rgb(195,189,122); }

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

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

 span { border-color: rgb(195,189,122); }

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