Html Css Color HEX #C6C8AD Kidnapper

📋 copy color: '#C6C8AD'

red 198 ◦ green 200 ◦ blue 173

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

Shades of Kidnapper #C6C8AD

Tints of Kidnapper #C6C8AD

RGB

 RED value IS 198 (77.73% from 255) = 34.68%

 GREEN value IS 200 (78.52% from 255) = 35.03%

 BLUE value IS 173 (67.97% from 255) = 30.3%

R = 34.68%
G = 35.03%
B = 30.3%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.14

 K value IS 0.22

RGB Variations

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

Color information

#C6C8AD (or 0xC6C8AD) is known color: Kidnapper. HEX triplet: C6, C8 and AD. RGB value is (198,200,173). Sum of RGB (Red+Green+Blue) = 198+200+173=571 (75% of max value = 765). Red value is 198 (77.73% from 255 or 34.68% from 571); Green value is 200 (78.52% from 255 or 35.03% from 571); Blue value is 173 (67.97% from 255 or 30.30% from 571); Max value from RGB is 200 - color contains mainly: green. Hex color #C6C8AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C6C8AD is #393752. Grayscale: #C4C4C4. Windows color (decimal): -3749715 or 11389126. OLE color: 11389126.

HSL color Cylindrical-coordinate representation of color #C6C8AD: hue angle of 64.44º degrees, saturation: 0.2, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C6C8AD is Cyan = 0.01, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 200 173 -
CMYK 0.01 0 0.14 0.22
HSL 64.44º 0.2% 0.73% -
HSV(B) 64.44º 0.14% 0.78% -
XYZ 51.49 56.33 47.69 -
YUV 196.32 114.84 129.2 -
System Red Green Blue C M Y K H S L
Decimal 198 200 173 0.01 0 0.14 0.22 64.44 0.2 0.73
Hex C6 C8 AD 1 0 E 16 40 14 49
Octal 306 310 255 1 0 16 26 100 24 111
Binary 11000110 11001000 10101101 1 0 1110 10110 1000000 10100 1001001

Color Harmonies of #C6C8AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6C8AD

Black with #C6C8AD

Text Example


Text Example

White with #C6C8AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6C8AD; }

 p { color: rgb(198,200,173); }

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

background-color css

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

 a { background-color: rgb(198,200,173); }

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

border-color css

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

 span { border-color: rgb(198,200,173); }

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