#C7CCAB

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

Shades of Kidnapper #C7CCAB

Tints of Kidnapper #C7CCAB

Color information

#C7CCAB (or 0xC7CCAB) is unknown color: approx Kidnapper. HEX triplet: C7, CC and AB. RGB value is (199,204,171). Sum of RGB (Red+Green+Blue) = 199+204+171=574 (76% of max value = 765). Red value is 199 (78.12% from 255 or 34.67% from 574); Green value is 204 (80.08% from 255 or 35.54% from 574); Blue value is 171 (67.19% from 255 or 29.79% from 574); Max value from RGB is 204 - color contains mainly: green. Hex color #C7CCAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C7CCAB is #383354. Grayscale: #C6C6C6. Windows color (decimal): -3683157 or 11259079. OLE color: 11259079.

HSL color Cylindrical-coordinate representation of color #C7CCAB: hue angle of 69.09º degrees, saturation: 0.24, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C7CCAB is Cyan = 0.02, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.2.

Color convert

RGB199204171-
CMYK0.0200.160.2
HSL69.09º24.44%73.53%-
HSV(B)69.09º16.18%80%-
XYZ52.558.2747.01-
YUV198.74112.34128.18-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 34.67%
GREEN value IS 204 (80.08% from 255) = 35.54%
BLUE value IS 171 (67.19% from 255) = 29.79%
R=34.67%
G=35.54%
B=29.79%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1992041710.0200.160.269.0924.4473.53
HexC7CCAB20101445184a
Octal30731425320202410530112
Binary11000111110011001010101110010000101001000101110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7CCAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7CCAB; }

 p { color: rgb(199,204,171); }

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

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

 a { background-color: rgb(199,204,171); }

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

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

 span { border-color: rgb(199,204,171); }

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