Html Css Color HEX #C5ADA9 Cold Turkey

📋 copy color: '#C5ADA9'

red 197 ◦ green 173 ◦ blue 169

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

Shades of Cold Turkey #C5ADA9

Tints of Cold Turkey #C5ADA9

RGB

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

 GREEN value IS 173 (67.97% from 255) = 32.1%

 BLUE value IS 169 (66.41% from 255) = 31.35%

R = 36.55%
G = 32.1%
B = 31.35%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.14

 K value IS 0.23

RGB Variations

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

Color information

#C5ADA9 (or 0xC5ADA9) is known color: Cold Turkey. HEX triplet: C5, AD and A9. RGB value is (197,173,169). Sum of RGB (Red+Green+Blue) = 197+173+169=539 (71% of max value = 765). Red value is 197 (77.34% from 255 or 36.55% from 539); Green value is 173 (67.97% from 255 or 32.10% from 539); Blue value is 169 (66.41% from 255 or 31.35% from 539); Max value from RGB is 197 - color contains mainly: red. Hex color #C5ADA9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C5ADA9 is #3A5256. Grayscale: #B3B3B3. Windows color (decimal): -3822167 or 11120069. OLE color: 11120069.

HSL color Cylindrical-coordinate representation of color #C5ADA9: hue angle of 8.57º degrees, saturation: 0.19, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C5ADA9 is Cyan = 0, Magento = 0.12, Yellow = 0.14 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 173 169 -
CMYK 0 0.12 0.14 0.23
HSL 8.57º 0.19% 0.72% -
HSV(B) 8.57º 0.14% 0.77% -
XYZ 45.13 44.62 43.77 -
YUV 179.72 121.95 140.33 -
System Red Green Blue C M Y K H S L
Decimal 197 173 169 0 0.12 0.14 0.23 8.57 0.19 0.72
Hex C5 AD A9 0 C E 17 9 13 48
Octal 305 255 251 0 14 16 27 11 23 110
Binary 11000101 10101101 10101001 0 1100 1110 10111 1001 10011 1001000

Color Harmonies of #C5ADA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5ADA9

Black with #C5ADA9

Text Example


Text Example

White with #C5ADA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5ADA9; }

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

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

background-color css

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

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

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

border-color css

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

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

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