#C1CC85

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

Shades of Deco #C1CC85

Tints of Deco #C1CC85

Color information

#C1CC85 (or 0xC1CC85) is unknown color: approx Deco. HEX triplet: C1, CC and 85. RGB value is (193,204,133). Sum of RGB (Red+Green+Blue) = 193+204+133=530 (70% of max value = 765). Red value is 193 (75.78% from 255 or 36.42% from 530); Green value is 204 (80.08% from 255 or 38.49% from 530); Blue value is 133 (52.34% from 255 or 25.09% from 530); Max value from RGB is 204 - color contains mainly: green. Hex color #C1CC85 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C1CC85 is #3E337A. Grayscale: #C0C0C0. Windows color (decimal): -4076411 or 8768705. OLE color: 8768705.

HSL color Cylindrical-coordinate representation of color #C1CC85: hue angle of 69.3º degrees, saturation: 0.41, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C1CC85 is Cyan = 0.05, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.2.

Color convert

RGB193204133-
CMYK0.0500.350.2
HSL69.3º41.04%66.08%-
HSV(B)69.3º34.8%80%-
XYZ47.8256.2230.52-
YUV192.6294.36128.27-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 36.42%
GREEN value IS 204 (80.08% from 255) = 38.49%
BLUE value IS 133 (52.34% from 255) = 25.09%
R=36.42%
G=38.49%
B=25.09%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1932041330.0500.350.269.341.0466.08
HexC1CC85502314452942
Octal30131420550432410551102
Binary11000001110011001000010110101000111010010001011010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1CC85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1CC85; }

 p { color: rgb(193,204,133); }

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

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

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

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

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

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

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