#C3C084

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

Shades of Pine Glade #C3C084

Tints of Pine Glade #C3C084

Color information

#C3C084 (or 0xC3C084) is unknown color: approx Pine Glade. HEX triplet: C3, C0 and 84. RGB value is (195,192,132). Sum of RGB (Red+Green+Blue) = 195+192+132=519 (68% of max value = 765). Red value is 195 (76.56% from 255 or 37.57% from 519); Green value is 192 (75.39% from 255 or 36.99% from 519); Blue value is 132 (51.95% from 255 or 25.43% from 519); Max value from RGB is 195 - color contains mainly: red. Hex color #C3C084 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C3C084 is #3C3F7B. Grayscale: #BABABA. Windows color (decimal): -3948412 or 8700099. OLE color: 8700099.

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

Color convert

RGB195192132-
CMYK00.020.320.24
HSL57.14º34.43%64.12%-
HSV(B)57.14º32.31%76.47%-
XYZ45.5250.9729.27-
YUV186.0697.49134.38-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 37.57%
GREEN value IS 192 (75.39% from 255) = 36.99%
BLUE value IS 132 (51.95% from 255) = 25.43%
R=37.57%
G=36.99%
B=25.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.32
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19519213200.020.320.2457.1434.4364.12
HexC3C084022018392240
Octal3033002040240307142100
Binary110000111100000010000100010100000110001110011000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3C084

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3C084; }

 p { color: rgb(195,192,132); }

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

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

 a { background-color: rgb(195,192,132); }

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

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

 span { border-color: rgb(195,192,132); }

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