#C3CA72

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

Shades of Pine Glade #C3CA72

Tints of Pine Glade #C3CA72

Color information

#C3CA72 (or 0xC3CA72) is unknown color: approx Pine Glade. HEX triplet: C3, CA and 72. RGB value is (195,202,114). Sum of RGB (Red+Green+Blue) = 195+202+114=511 (67% of max value = 765). Red value is 195 (76.56% from 255 or 38.16% from 511); Green value is 202 (79.30% from 255 or 39.53% from 511); Blue value is 114 (44.92% from 255 or 22.31% from 511); Max value from RGB is 202 - color contains mainly: green. Hex color #C3CA72 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3CA72 is #3C358D. Grayscale: #BEBEBE. Windows color (decimal): -3945870 or 7523011. OLE color: 7523011.

HSL color Cylindrical-coordinate representation of color #C3CA72: hue angle of 64.77º degrees, saturation: 0.45, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C3CA72 is Cyan = 0.03, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.21.

Color convert

RGB195202114-
CMYK0.0300.440.21
HSL64.77º45.36%61.96%-
HSV(B)64.77º43.56%79.22%-
XYZ46.6655.0624.09-
YUV189.8885.18131.66-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 38.16%
GREEN value IS 202 (79.30% from 255) = 39.53%
BLUE value IS 114 (44.92% from 255) = 22.31%
R=38.16%
G=39.53%
B=22.31%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1952021140.0300.440.2164.7745.3661.96
HexC3CA72302C15412d3e
Octal3033121623054251015576
Binary11000011110010101110010110101100101011000001101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3CA72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3CA72; }

 p { color: rgb(195,202,114); }

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

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

 a { background-color: rgb(195,202,114); }

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

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

 span { border-color: rgb(195,202,114); }

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