#C4C4AA

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

Shades of Kidnapper #C4C4AA

Tints of Kidnapper #C4C4AA

Color information

#C4C4AA (or 0xC4C4AA) is unknown color: approx Kidnapper. HEX triplet: C4, C4 and AA. RGB value is (196,196,170). Sum of RGB (Red+Green+Blue) = 196+196+170=562 (74% of max value = 765). Red value is 196 (76.95% from 255 or 34.88% from 562); Green value is 196 (76.95% from 255 or 34.88% from 562); Blue value is 170 (66.80% from 255 or 30.25% from 562); Max value from RGB is 196 - color contains mainly: red, green. Hex color #C4C4AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C4C4AA is #3B3B55. Grayscale: #C1C1C1. Windows color (decimal): -3881814 or 11191492. OLE color: 11191492.

HSL color Cylindrical-coordinate representation of color #C4C4AA: hue angle of 60º degrees, saturation: 0.18, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C4C4AA is Cyan = 0, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.23.

Color convert

RGB196196170-
CMYK000.130.23
HSL60º18.06%71.76%-
HSV(B)60º13.27%76.86%-
XYZ49.7654.1245.85-
YUV193.04115130.11-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 34.88%
GREEN value IS 196 (76.95% from 255) = 34.88%
BLUE value IS 170 (66.80% from 255) = 30.25%
R=34.88%
G=34.88%
B=30.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal196196170000.130.236018.0671.76
HexC4C4AA00D173c1248
Octal3043042520015277422110
Binary11000100110001001010101000110110111111100100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4C4AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4C4AA; }

 p { color: rgb(196,196,170); }

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

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

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

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

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

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

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