#C1CA7D

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

Shades of Pine Glade #C1CA7D

Tints of Pine Glade #C1CA7D

Color information

#C1CA7D (or 0xC1CA7D) is unknown color: approx Pine Glade. HEX triplet: C1, CA and 7D. RGB value is (193,202,125). Sum of RGB (Red+Green+Blue) = 193+202+125=520 (68% of max value = 765). Red value is 193 (75.78% from 255 or 37.12% from 520); Green value is 202 (79.30% from 255 or 38.85% from 520); Blue value is 125 (49.22% from 255 or 24.04% from 520); Max value from RGB is 202 - color contains mainly: green. Hex color #C1CA7D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C1CA7D is #3E3582. Grayscale: #BEBEBE. Windows color (decimal): -4076931 or 8243905. OLE color: 8243905.

HSL color Cylindrical-coordinate representation of color #C1CA7D: hue angle of 67.01º degrees, saturation: 0.42, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C1CA7D is Cyan = 0.04, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.21.

Color convert

RGB193202125-
CMYK0.0400.380.21
HSL67.01º42.08%64.12%-
HSV(B)67.01º38.12%79.22%-
XYZ46.8155.0627.56-
YUV190.5391.02129.76-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 37.12%
GREEN value IS 202 (79.30% from 255) = 38.85%
BLUE value IS 125 (49.22% from 255) = 24.04%
R=37.12%
G=38.85%
B=24.04%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1932021250.0400.380.2167.0142.0864.12
HexC1CA7D402615432a40
Octal30131217540462510352100
Binary1100000111001010111110110001001101010110000111010101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1CA7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1CA7D; }

 p { color: rgb(193,202,125); }

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

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

 a { background-color: rgb(193,202,125); }

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

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

 span { border-color: rgb(193,202,125); }

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