#C1C275

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

Shades of Pine Glade #C1C275

Tints of Pine Glade #C1C275

Color information

#C1C275 (or 0xC1C275) is unknown color: approx Pine Glade. HEX triplet: C1, C2 and 75. RGB value is (193,194,117). Sum of RGB (Red+Green+Blue) = 193+194+117=504 (66% of max value = 765). Red value is 193 (75.78% from 255 or 38.29% from 504); Green value is 194 (76.17% from 255 or 38.49% from 504); Blue value is 117 (46.09% from 255 or 23.21% from 504); Max value from RGB is 194 - color contains mainly: green. Hex color #C1C275 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C1C275 is #3E3D8A. Grayscale: #B9B9B9. Windows color (decimal): -4078987 or 7717569. OLE color: 7717569.

HSL color Cylindrical-coordinate representation of color #C1C275: hue angle of 60.78º degrees, saturation: 0.39, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C1C275 is Cyan = 0.01, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.24.

Color convert

RGB193194117-
CMYK0.0100.400.24
HSL60.78º38.69%60.98%-
HSV(B)60.78º39.69%76.08%-
XYZ44.4951.2124.37-
YUV184.9289.67133.76-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 38.29%
GREEN value IS 194 (76.17% from 255) = 38.49%
BLUE value IS 117 (46.09% from 255) = 23.21%
R=38.29%
G=38.49%
B=23.21%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931941170.0100.400.2460.7838.6960.98
HexC1C2751028183d273d
Octal301302165105030754775
Binary110000011100001011101011010100011000111101100111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1C275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1C275; }

 p { color: rgb(193,194,117); }

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

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

 a { background-color: rgb(193,194,117); }

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

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

 span { border-color: rgb(193,194,117); }

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