#C7CAAC

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

Shades of Kidnapper #C7CAAC

Tints of Kidnapper #C7CAAC

Color information

#C7CAAC (or 0xC7CAAC) is unknown color: approx Kidnapper. HEX triplet: C7, CA and AC. RGB value is (199,202,172). Sum of RGB (Red+Green+Blue) = 199+202+172=573 (75% of max value = 765). Red value is 199 (78.12% from 255 or 34.73% from 573); Green value is 202 (79.30% from 255 or 35.25% from 573); Blue value is 172 (67.58% from 255 or 30.02% from 573); Max value from RGB is 202 - color contains mainly: green. Hex color #C7CAAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C7CAAC is #383553. Grayscale: #C5C5C5. Windows color (decimal): -3683668 or 11324103. OLE color: 11324103.

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

Color convert

RGB199202172-
CMYK0.0100.150.21
HSL66º22.06%73.33%-
HSV(B)66º14.85%79.22%-
XYZ52.1257.3647.35-
YUV197.68113.51128.94-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 34.73%
GREEN value IS 202 (79.30% from 255) = 35.25%
BLUE value IS 172 (67.58% from 255) = 30.02%
R=34.73%
G=35.25%
B=30.02%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1992021720.0100.150.216622.0673.33
HexC7CAAC10F15421649
Octal30731225410172510226111
Binary110001111100101010101100101111101011000010101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7CAAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7CAAC; }

 p { color: rgb(199,202,172); }

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

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

 a { background-color: rgb(199,202,172); }

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

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

 span { border-color: rgb(199,202,172); }

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