Html Css Color HEX #C5C8AD Kidnapper

📋 copy color: '#C5C8AD'

red 197 ◦ green 200 ◦ blue 173

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

Shades of Kidnapper #C5C8AD

Tints of Kidnapper #C5C8AD

RGB

 RED value IS 197 (77.34% from 255) = 34.56%

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

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

R = 34.56%
G = 35.09%
B = 30.35%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.14

 K value IS 0.22

RGB Variations

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

Color information

#C5C8AD (or 0xC5C8AD) is known color: Kidnapper. HEX triplet: C5, C8 and AD. RGB value is (197,200,173). Sum of RGB (Red+Green+Blue) = 197+200+173=570 (75% of max value = 765). Red value is 197 (77.34% from 255 or 34.56% from 570); Green value is 200 (78.52% from 255 or 35.09% from 570); Blue value is 173 (67.97% from 255 or 30.35% from 570); Max value from RGB is 200 - color contains mainly: green. Hex color #C5C8AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5C8AD is #3A3752. Grayscale: #C4C4C4. Windows color (decimal): -3815251 or 11389125. OLE color: 11389125.

HSL color Cylindrical-coordinate representation of color #C5C8AD: hue angle of 66.67º 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 #C5C8AD is Cyan = 0.02, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.22.

Color convert

RGB 197 200 173 -
CMYK 0.02 0 0.14 0.22
HSL 66.67º 0.2% 0.73% -
HSV(B) 66.67º 0.14% 0.78% -
XYZ 51.22 56.2 47.68 -
YUV 196.03 115.01 128.7 -
System Red Green Blue C M Y K H S L
Decimal 197 200 173 0.02 0 0.14 0.22 66.67 0.2 0.73
Hex C5 C8 AD 2 0 E 16 43 14 49
Octal 305 310 255 2 0 16 26 103 24 111
Binary 11000101 11001000 10101101 10 0 1110 10110 1000011 10100 1001001

Color Harmonies of #C5C8AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5C8AD

Black with #C5C8AD

Text Example


Text Example

White with #C5C8AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5C8AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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