#C4C5B6

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

Shades of Kidnapper #C4C5B6

Tints of Kidnapper #C4C5B6

Color information

#C4C5B6 (or 0xC4C5B6) is unknown color: approx Kidnapper. HEX triplet: C4, C5 and B6. RGB value is (196,197,182). Sum of RGB (Red+Green+Blue) = 196+197+182=575 (76% of max value = 765). Red value is 196 (76.95% from 255 or 34.09% from 575); Green value is 197 (77.34% from 255 or 34.26% from 575); Blue value is 182 (71.48% from 255 or 31.65% from 575); Max value from RGB is 197 - color contains mainly: green. Hex color #C4C5B6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4C5B6 is #3B3A49. Grayscale: #C3C3C3. Windows color (decimal): -3881546 or 11978180. OLE color: 11978180.

HSL color Cylindrical-coordinate representation of color #C4C5B6: hue angle of 64º degrees, saturation: 0.11, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #C4C5B6 is Cyan = 0.01, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.23.

Color convert

RGB196197182-
CMYK0.0100.080.23
HSL64º11.45%74.31%-
HSV(B)64º7.61%77.25%-
XYZ51.1755.0552.18-
YUV194.99120.67128.72-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 34.09%
GREEN value IS 197 (77.34% from 255) = 34.26%
BLUE value IS 182 (71.48% from 255) = 31.65%
R=34.09%
G=34.26%
B=31.65%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961971820.0100.080.236411.4574.31
HexC4C5B61081740b4a
Octal30430526610102710013112
Binary11000100110001011011011010100010111100000010111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4C5B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4C5B6; }

 p { color: rgb(196,197,182); }

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

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

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

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

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

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

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