#C1C17B

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

Shades of Pine Glade #C1C17B

Tints of Pine Glade #C1C17B

Color information

#C1C17B (or 0xC1C17B) is unknown color: approx Pine Glade. HEX triplet: C1, C1 and 7B. RGB value is (193,193,123). Sum of RGB (Red+Green+Blue) = 193+193+123=509 (67% of max value = 765). Red value is 193 (75.78% from 255 or 37.92% from 509); Green value is 193 (75.78% from 255 or 37.92% from 509); Blue value is 123 (48.44% from 255 or 24.17% from 509); Max value from RGB is 193 - color contains mainly: red, green. Hex color #C1C17B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C1C17B is #3E3E84. Grayscale: #B9B9B9. Windows color (decimal): -4079237 or 8110529. OLE color: 8110529.

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

Color convert

RGB193193123-
CMYK000.360.24
HSL60º36.08%61.96%-
HSV(B)60º36.27%75.69%-
XYZ44.6450.9126.21-
YUV185.0293133.69-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 37.92%
GREEN value IS 193 (75.78% from 255) = 37.92%
BLUE value IS 123 (48.44% from 255) = 24.17%
R=37.92%
G=37.92%
B=24.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193193123000.360.246036.0861.96
HexC1C17B0024183c243e
Octal301301173004430744476
Binary110000011100000111110110010010011000111100100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1C17B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1C17B; }

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

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

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

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

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

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

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

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