#C2C17B

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

Shades of Pine Glade #C2C17B

Tints of Pine Glade #C2C17B

Color information

#C2C17B (or 0xC2C17B) is unknown color: approx Pine Glade. HEX triplet: C2, C1 and 7B. RGB value is (194,193,123). Sum of RGB (Red+Green+Blue) = 194+193+123=510 (67% of max value = 765). Red value is 194 (76.17% from 255 or 38.04% from 510); Green value is 193 (75.78% from 255 or 37.84% from 510); Blue value is 123 (48.44% from 255 or 24.12% from 510); Max value from RGB is 194 - color contains mainly: red. Hex color #C2C17B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2C17B is #3D3E84. Grayscale: #B9B9B9. Windows color (decimal): -4013701 or 8110530. OLE color: 8110530.

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

Color convert

RGB194193123-
CMYK00.010.370.24
HSL59.15º36.79%62.16%-
HSV(B)59.15º36.6%76.08%-
XYZ44.8951.0426.22-
YUV185.3292.83134.19-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 38.04%
GREEN value IS 193 (75.78% from 255) = 37.84%
BLUE value IS 123 (48.44% from 255) = 24.12%
R=38.04%
G=37.84%
B=24.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.37
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19419312300.010.370.2459.1536.7962.16
HexC2C17B0125183b253e
Octal302301173014530734576
Binary110000101100000111110110110010111000111011100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2C17B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2C17B; }

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

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

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

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

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

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

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

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