Html Css Color HEX #C7AFAA Cold Turkey

📋 copy color: '#C7AFAA'

red 199 ◦ green 175 ◦ blue 170

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

Shades of Cold Turkey #C7AFAA

Tints of Cold Turkey #C7AFAA

RGB

 RED value IS 199 (78.13% from 255) = 36.58%

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

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

R = 36.58%
G = 32.17%
B = 31.25%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.15

 K value IS 0.22

RGB Variations

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

Color information

#C7AFAA (or 0xC7AFAA) is known color: Cold Turkey. HEX triplet: C7, AF and AA. RGB value is (199,175,170). Sum of RGB (Red+Green+Blue) = 199+175+170=544 (72% of max value = 765). Red value is 199 (78.12% from 255 or 36.58% from 544); Green value is 175 (68.75% from 255 or 32.17% from 544); Blue value is 170 (66.80% from 255 or 31.25% from 544); Max value from RGB is 199 - color contains mainly: red. Hex color #C7AFAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C7AFAA is #385055. Grayscale: #B5B5B5. Windows color (decimal): -3690582 or 11186119. OLE color: 11186119.

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

Color convert

RGB 199 175 170 -
CMYK 0 0.12 0.15 0.22
HSL 10.34º 0.21% 0.72% -
HSV(B) 10.34º 0.15% 0.78% -
XYZ 46.14 45.7 44.42 -
YUV 181.61 121.45 140.41 -
System Red Green Blue C M Y K H S L
Decimal 199 175 170 0 0.12 0.15 0.22 10.34 0.21 0.72
Hex C7 AF AA 0 C F 16 A 15 48
Octal 307 257 252 0 14 17 26 12 25 110
Binary 11000111 10101111 10101010 0 1100 1111 10110 1010 10101 1001000

Color Harmonies of #C7AFAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7AFAA

Black with #C7AFAA

Text Example


Text Example

White with #C7AFAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7AFAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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