#C4CA84

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

Shades of Deco #C4CA84

Tints of Deco #C4CA84

Color information

#C4CA84 (or 0xC4CA84) is unknown color: approx Deco. HEX triplet: C4, CA and 84. RGB value is (196,202,132). Sum of RGB (Red+Green+Blue) = 196+202+132=530 (70% of max value = 765). Red value is 196 (76.95% from 255 or 36.98% from 530); Green value is 202 (79.30% from 255 or 38.11% from 530); Blue value is 132 (51.95% from 255 or 24.91% from 530); Max value from RGB is 202 - color contains mainly: green. Hex color #C4CA84 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C4CA84 is #3B357B. Grayscale: #C0C0C0. Windows color (decimal): -3880316 or 8702660. OLE color: 8702660.

HSL color Cylindrical-coordinate representation of color #C4CA84: hue angle of 65.14º degrees, saturation: 0.4, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C4CA84 is Cyan = 0.03, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.21.

Color convert

RGB196202132-
CMYK0.0300.350.21
HSL65.14º39.77%65.49%-
HSV(B)65.14º34.65%79.22%-
XYZ48.0555.6430.04-
YUV192.2394.01130.69-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 36.98%
GREEN value IS 202 (79.30% from 255) = 38.11%
BLUE value IS 132 (51.95% from 255) = 24.91%
R=36.98%
G=38.11%
B=24.91%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1962021320.0300.350.2165.1439.7765.49
HexC4CA84302315412841
Octal30431220430432510150101
Binary1100010011001010100001001101000111010110000011010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4CA84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4CA84; }

 p { color: rgb(196,202,132); }

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

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

 a { background-color: rgb(196,202,132); }

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

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

 span { border-color: rgb(196,202,132); }

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