#C5C7AD

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

Shades of Kidnapper #C5C7AD

Tints of Kidnapper #C5C7AD

Color information

#C5C7AD (or 0xC5C7AD) is unknown color: approx Kidnapper. HEX triplet: C5, C7 and AD. RGB value is (197,199,173). Sum of RGB (Red+Green+Blue) = 197+199+173=569 (75% of max value = 765). Red value is 197 (77.34% from 255 or 34.62% from 569); Green value is 199 (78.12% from 255 or 34.97% from 569); Blue value is 173 (67.97% from 255 or 30.40% from 569); Max value from RGB is 199 - color contains mainly: green. Hex color #C5C7AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5C7AD is #3A3852. Grayscale: #C3C3C3. Windows color (decimal): -3815507 or 11388869. OLE color: 11388869.

HSL color Cylindrical-coordinate representation of color #C5C7AD: hue angle of 64.62º degrees, saturation: 0.19, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C5C7AD is Cyan = 0.01, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.22.

Color convert

RGB197199173-
CMYK0.0100.130.22
HSL64.62º18.84%72.94%-
HSV(B)64.62º13.07%78.04%-
XYZ50.9955.7347.61-
YUV195.44115.34129.11-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 34.62%
GREEN value IS 199 (78.12% from 255) = 34.97%
BLUE value IS 173 (67.97% from 255) = 30.40%
R=34.62%
G=34.97%
B=30.40%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1971991730.0100.130.2264.6218.8472.94
HexC5C7AD10D16411349
Octal30530725510152610123111
Binary110001011100011110101101101101101101000001100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5C7AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5C7AD; }

 p { color: rgb(197,199,173); }

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

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

 a { background-color: rgb(197,199,173); }

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

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

 span { border-color: rgb(197,199,173); }

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