#C5C47A

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

Shades of Pine Glade #C5C47A

Tints of Pine Glade #C5C47A

Color information

#C5C47A (or 0xC5C47A) is unknown color: approx Pine Glade. HEX triplet: C5, C4 and 7A. RGB value is (197,196,122). Sum of RGB (Red+Green+Blue) = 197+196+122=515 (68% of max value = 765). Red value is 197 (77.34% from 255 or 38.25% from 515); Green value is 196 (76.95% from 255 or 38.06% from 515); Blue value is 122 (48.05% from 255 or 23.69% from 515); Max value from RGB is 197 - color contains mainly: red. Hex color #C5C47A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5C47A is #3A3B85. Grayscale: #BCBCBC. Windows color (decimal): -3816326 or 8045765. OLE color: 8045765.

HSL color Cylindrical-coordinate representation of color #C5C47A: hue angle of 59.2º degrees, saturation: 0.39, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C5C47A is Cyan = 0, Magento = 0.01, Yellow = 0.38 and Black (K on CMYK) = 0.23.

Color convert

RGB197196122-
CMYK00.010.380.23
HSL59.2º39.27%62.55%-
HSV(B)59.2º38.07%77.25%-
XYZ46.2852.7626.16-
YUV187.8690.83134.52-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 38.25%
GREEN value IS 196 (76.95% from 255) = 38.06%
BLUE value IS 122 (48.05% from 255) = 23.69%
R=38.25%
G=38.06%
B=23.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.38
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19719612200.010.380.2359.239.2762.55
HexC5C47A0126173b273f
Octal305304172014627734777
Binary110001011100010011110100110011010111111011100111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5C47A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5C47A; }

 p { color: rgb(197,196,122); }

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

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

 a { background-color: rgb(197,196,122); }

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

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

 span { border-color: rgb(197,196,122); }

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