Html Css Color HEX #C7CCA6 Kidnapper

📋 copy color: '#C7CCA6'

red 199 ◦ green 204 ◦ blue 166

#C7CCA6
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Kidnapper #C7CCA6

Tints of Kidnapper #C7CCA6

RGB

 RED value IS 199 (78.13% from 255) = 34.97%

 GREEN value IS 204 (80.08% from 255) = 35.85%

 BLUE value IS 166 (65.23% from 255) = 29.17%

R = 34.97%
G = 35.85%
B = 29.17%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.19

 K value IS 0.2

RGB Variations

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

Color information

#C7CCA6 (or 0xC7CCA6) is known color: Kidnapper. HEX triplet: C7, CC and A6. RGB value is (199,204,166). Sum of RGB (Red+Green+Blue) = 199+204+166=569 (75% of max value = 765). Red value is 199 (78.12% from 255 or 34.97% from 569); Green value is 204 (80.08% from 255 or 35.85% from 569); Blue value is 166 (65.23% from 255 or 29.17% from 569); Max value from RGB is 204 - color contains mainly: green. Hex color #C7CCA6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C7CCA6 is #383359. Grayscale: #C6C6C6. Windows color (decimal): -3683162 or 10931399. OLE color: 10931399.

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

Color convert

RGB 199 204 166 -
CMYK 0.02 0 0.19 0.2
HSL 67.89º 0.27% 0.73% -
HSV(B) 67.89º 0.19% 0.8% -
XYZ 52.03 58.08 44.54 -
YUV 198.17 109.84 128.59 -
System Red Green Blue C M Y K H S L
Decimal 199 204 166 0.02 0 0.19 0.2 67.89 0.27 0.73
Hex C7 CC A6 2 0 13 14 44 1B 49
Octal 307 314 246 2 0 23 24 104 33 111
Binary 11000111 11001100 10100110 10 0 10011 10100 1000100 11011 1001001

Color Harmonies of #C7CCA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7CCA6

Black with #C7CCA6

Text Example


Text Example

White with #C7CCA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7CCA6; }

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

 H1.HeaderClassName
 {
   color: #C7CCA6;
 }
 .AnyTagClassName
 {
   color: #C7CCA6;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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