Html Css Color HEX #C4AFAA Cold Turkey

📋 copy color: '#C4AFAA'

red 196 ◦ green 175 ◦ blue 170

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

Shades of Cold Turkey #C4AFAA

Tints of Cold Turkey #C4AFAA

RGB

 RED value IS 196 (76.95% from 255) = 36.23%

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

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

R = 36.23%
G = 32.35%
B = 31.42%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.13

 K value IS 0.23

RGB Variations

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

Color information

#C4AFAA (or 0xC4AFAA) is known color: Cold Turkey. HEX triplet: C4, AF and AA. RGB value is (196,175,170). Sum of RGB (Red+Green+Blue) = 196+175+170=541 (71% of max value = 765). Red value is 196 (76.95% from 255 or 36.23% from 541); Green value is 175 (68.75% from 255 or 32.35% from 541); Blue value is 170 (66.80% from 255 or 31.42% from 541); Max value from RGB is 196 - color contains mainly: red. Hex color #C4AFAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C4AFAA is #3B5055. Grayscale: #B4B4B4. Windows color (decimal): -3887190 or 11186116. OLE color: 11186116.

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

Color convert

RGB 196 175 170 -
CMYK 0 0.11 0.13 0.23
HSL 11.54º 0.18% 0.72% -
HSV(B) 11.54º 0.13% 0.77% -
XYZ 45.35 45.3 44.38 -
YUV 180.71 121.96 138.91 -
System Red Green Blue C M Y K H S L
Decimal 196 175 170 0 0.11 0.13 0.23 11.54 0.18 0.72
Hex C4 AF AA 0 B D 17 C 12 48
Octal 304 257 252 0 13 15 27 14 22 110
Binary 11000100 10101111 10101010 0 1011 1101 10111 1100 10010 1001000

Color Harmonies of #C4AFAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4AFAA

Black with #C4AFAA

Text Example


Text Example

White with #C4AFAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4AFAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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