Html Css Color HEX #C7CAB0 Kidnapper

📋 copy color: '#C7CAB0'

red 199 ◦ green 202 ◦ blue 176

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

Shades of Kidnapper #C7CAB0

Tints of Kidnapper #C7CAB0

RGB

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

 GREEN value IS 202 (79.3% from 255) = 35.01%

 BLUE value IS 176 (69.14% from 255) = 30.5%

R = 34.49%
G = 35.01%
B = 30.5%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.13

 K value IS 0.21

RGB Variations

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

Color information

#C7CAB0 (or 0xC7CAB0) is known color: Kidnapper. HEX triplet: C7, CA and B0. RGB value is (199,202,176). Sum of RGB (Red+Green+Blue) = 199+202+176=577 (76% of max value = 765). Red value is 199 (78.12% from 255 or 34.49% from 577); Green value is 202 (79.30% from 255 or 35.01% from 577); Blue value is 176 (69.14% from 255 or 30.50% from 577); Max value from RGB is 202 - color contains mainly: green. Hex color #C7CAB0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C7CAB0 is #38354F. Grayscale: #C6C6C6. Windows color (decimal): -3683664 or 11586247. OLE color: 11586247.

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

Color convert

RGB 199 202 176 -
CMYK 0.01 0 0.13 0.21
HSL 66.92º 0.2% 0.74% -
HSV(B) 66.92º 0.13% 0.79% -
XYZ 52.51 57.52 49.41 -
YUV 198.14 115.51 128.61 -
System Red Green Blue C M Y K H S L
Decimal 199 202 176 0.01 0 0.13 0.21 66.92 0.2 0.74
Hex C7 CA B0 1 0 D 15 43 14 4A
Octal 307 312 260 1 0 15 25 103 24 112
Binary 11000111 11001010 10110000 1 0 1101 10101 1000011 10100 1001010

Color Harmonies of #C7CAB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7CAB0

Black with #C7CAB0

Text Example


Text Example

White with #C7CAB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7CAB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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