#C7CBA3

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

Shades of Kidnapper #C7CBA3

Tints of Kidnapper #C7CBA3

Color information

#C7CBA3 (or 0xC7CBA3) is unknown color: approx Kidnapper. HEX triplet: C7, CB and A3. RGB value is (199,203,163). Sum of RGB (Red+Green+Blue) = 199+203+163=565 (74% of max value = 765). Red value is 199 (78.12% from 255 or 35.22% from 565); Green value is 203 (79.69% from 255 or 35.93% from 565); Blue value is 163 (64.06% from 255 or 28.85% from 565); Max value from RGB is 203 - color contains mainly: green. Hex color #C7CBA3 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C7CBA3 is #38345C. Grayscale: #C5C5C5. Windows color (decimal): -3683421 or 10734535. OLE color: 10734535.

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

Color convert

RGB199203163-
CMYK0.0200.200.20
HSL66º27.78%71.76%-
HSV(B)66º19.7%79.61%-
XYZ51.5257.543.03-
YUV197.24108.67129.25-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 35.22%
GREEN value IS 203 (79.69% from 255) = 35.93%
BLUE value IS 163 (64.06% from 255) = 28.85%
R=35.22%
G=35.93%
B=28.85%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1992031630.0200.200.206627.7871.76
HexC7CBA3201414421c48
Octal30731324320242410234110
Binary11000111110010111010001110010100101001000010111001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7CBA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7CBA3; }

 p { color: rgb(199,203,163); }

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

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

 a { background-color: rgb(199,203,163); }

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

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

 span { border-color: rgb(199,203,163); }

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