Html Css Color HEX #C5AFAA Cold Turkey

📋 copy color: '#C5AFAA'

red 197 ◦ green 175 ◦ blue 170

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

Shades of Cold Turkey #C5AFAA

Tints of Cold Turkey #C5AFAA

RGB

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

 GREEN value IS 175 (68.75% from 255) = 32.29%

 BLUE value IS 170 (66.8% from 255) = 31.37%

R = 36.35%
G = 32.29%
B = 31.37%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.14

 K value IS 0.23

RGB Variations

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

Color information

#C5AFAA (or 0xC5AFAA) is known color: Cold Turkey. HEX triplet: C5, AF and AA. RGB value is (197,175,170). Sum of RGB (Red+Green+Blue) = 197+175+170=542 (71% of max value = 765). Red value is 197 (77.34% from 255 or 36.35% from 542); Green value is 175 (68.75% from 255 or 32.29% from 542); Blue value is 170 (66.80% from 255 or 31.37% from 542); Max value from RGB is 197 - color contains mainly: red. Hex color #C5AFAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C5AFAA is #3A5055. Grayscale: #B5B5B5. Windows color (decimal): -3821654 or 11186117. OLE color: 11186117.

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

Color convert

RGB 197 175 170 -
CMYK 0 0.11 0.14 0.23
HSL 11.11º 0.19% 0.72% -
HSV(B) 11.11º 0.14% 0.77% -
XYZ 45.61 45.43 44.4 -
YUV 181.01 121.79 139.41 -
System Red Green Blue C M Y K H S L
Decimal 197 175 170 0 0.11 0.14 0.23 11.11 0.19 0.72
Hex C5 AF AA 0 B E 17 B 13 48
Octal 305 257 252 0 13 16 27 13 23 110
Binary 11000101 10101111 10101010 0 1011 1110 10111 1011 10011 1001000

Color Harmonies of #C5AFAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5AFAA

Black with #C5AFAA

Text Example


Text Example

White with #C5AFAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5AFAA; }

 p { color: rgb(197,175,170); }

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

background-color css

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

 a { background-color: rgb(197,175,170); }

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

border-color css

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

 span { border-color: rgb(197,175,170); }

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