Html Css Color HEX #C8AFAA Cold Turkey

📋 copy color: '#C8AFAA'

red 200 ◦ green 175 ◦ blue 170

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

Shades of Cold Turkey #C8AFAA

Tints of Cold Turkey #C8AFAA

RGB

 RED value IS 200 (78.52% from 255) = 36.7%

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

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

R = 36.7%
G = 32.11%
B = 31.19%

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

#C8AFAA (or 0xC8AFAA) is known color: Cold Turkey. HEX triplet: C8, AF and AA. RGB value is (200,175,170). Sum of RGB (Red+Green+Blue) = 200+175+170=545 (72% of max value = 765). Red value is 200 (78.52% from 255 or 36.70% from 545); Green value is 175 (68.75% from 255 or 32.11% from 545); Blue value is 170 (66.80% from 255 or 31.19% from 545); Max value from RGB is 200 - color contains mainly: red. Hex color #C8AFAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8AFAA is #375055. Grayscale: #B5B5B5. Windows color (decimal): -3625046 or 11186120. OLE color: 11186120.

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

Color convert

RGB 200 175 170 -
CMYK 0 0.12 0.15 0.22
HSL 10º 0.21% 0.73% -
HSV(B) 10º 0.15% 0.78% -
XYZ 46.41 45.84 44.43 -
YUV 181.91 121.28 140.91 -
System Red Green Blue C M Y K H S L
Decimal 200 175 170 0 0.12 0.15 0.22 10 0.21 0.73
Hex C8 AF AA 0 C F 16 A 15 49
Octal 310 257 252 0 14 17 26 12 25 111
Binary 11001000 10101111 10101010 0 1100 1111 10110 1010 10101 1001001

Color Harmonies of #C8AFAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8AFAA

Black with #C8AFAA

Text Example


Text Example

White with #C8AFAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8AFAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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