Html Css Color HEX #C5ADA8 Cold Turkey

📋 copy color: '#C5ADA8'

red 197 ◦ green 173 ◦ blue 168

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

Shades of Cold Turkey #C5ADA8

Tints of Cold Turkey #C5ADA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 31.23%

R = 36.62%
G = 32.16%
B = 31.23%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.15

 K value IS 0.23

RGB Variations

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

Color information

#C5ADA8 (or 0xC5ADA8) is known color: Cold Turkey. HEX triplet: C5, AD and A8. RGB value is (197,173,168). Sum of RGB (Red+Green+Blue) = 197+173+168=538 (71% of max value = 765). Red value is 197 (77.34% from 255 or 36.62% from 538); Green value is 173 (67.97% from 255 or 32.16% from 538); Blue value is 168 (66.02% from 255 or 31.23% from 538); Max value from RGB is 197 - color contains mainly: red. Hex color #C5ADA8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C5ADA8 is #3A5257. Grayscale: #B3B3B3. Windows color (decimal): -3822168 or 11054533. OLE color: 11054533.

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

Color convert

RGB 197 173 168 -
CMYK 0 0.12 0.15 0.23
HSL 10.34º 0.2% 0.72% -
HSV(B) 10.34º 0.15% 0.77% -
XYZ 45.04 44.58 43.28 -
YUV 179.61 121.45 140.41 -
System Red Green Blue C M Y K H S L
Decimal 197 173 168 0 0.12 0.15 0.23 10.34 0.2 0.72
Hex C5 AD A8 0 C F 17 A 14 48
Octal 305 255 250 0 14 17 27 12 24 110
Binary 11000101 10101101 10101000 0 1100 1111 10111 1010 10100 1001000

Color Harmonies of #C5ADA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5ADA8

Black with #C5ADA8

Text Example


Text Example

White with #C5ADA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5ADA8; }

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

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

background-color css

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

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

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

border-color css

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

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

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