#C3CC86

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

Shades of Deco #C3CC86

Tints of Deco #C3CC86

Color information

#C3CC86 (or 0xC3CC86) is unknown color: approx Deco. HEX triplet: C3, CC and 86. RGB value is (195,204,134). Sum of RGB (Red+Green+Blue) = 195+204+134=533 (70% of max value = 765). Red value is 195 (76.56% from 255 or 36.59% from 533); Green value is 204 (80.08% from 255 or 38.27% from 533); Blue value is 134 (52.73% from 255 or 25.14% from 533); Max value from RGB is 204 - color contains mainly: green. Hex color #C3CC86 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C3CC86 is #3C3379. Grayscale: #C1C1C1. Windows color (decimal): -3945338 or 8834243. OLE color: 8834243.

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

Color convert

RGB195204134-
CMYK0.0400.340.2
HSL67.71º40.7%66.27%-
HSV(B)67.71º34.31%80%-
XYZ48.456.5130.91-
YUV193.3394.52129.19-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 36.59%
GREEN value IS 204 (80.08% from 255) = 38.27%
BLUE value IS 134 (52.73% from 255) = 25.14%
R=36.59%
G=38.27%
B=25.14%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1952041340.0400.340.267.7140.766.27
HexC3CC86402214442942
Octal30331420640422410451102
Binary11000011110011001000011010001000101010010001001010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3CC86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3CC86; }

 p { color: rgb(195,204,134); }

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

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

 a { background-color: rgb(195,204,134); }

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

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

 span { border-color: rgb(195,204,134); }

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