Html Css Color HEX #C3AFAA Cold Turkey

📋 copy color: '#C3AFAA'

red 195 ◦ green 175 ◦ blue 170

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

Shades of Cold Turkey #C3AFAA

Tints of Cold Turkey #C3AFAA

RGB

 RED value IS 195 (76.56% from 255) = 36.11%

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

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

R = 36.11%
G = 32.41%
B = 31.48%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.13

 K value IS 0.24

RGB Variations

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

Color information

#C3AFAA (or 0xC3AFAA) is known color: Cold Turkey. HEX triplet: C3, AF and AA. RGB value is (195,175,170). Sum of RGB (Red+Green+Blue) = 195+175+170=540 (71% of max value = 765). Red value is 195 (76.56% from 255 or 36.11% from 540); Green value is 175 (68.75% from 255 or 32.41% from 540); Blue value is 170 (66.80% from 255 or 31.48% from 540); Max value from RGB is 195 - color contains mainly: red. Hex color #C3AFAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C3AFAA is #3C5055. Grayscale: #B4B4B4. Windows color (decimal): -3952726 or 11186115. OLE color: 11186115.

HSL color Cylindrical-coordinate representation of color #C3AFAA: hue angle of 12º degrees, saturation: 0.17, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C3AFAA is Cyan = 0, Magento = 0.10, Yellow = 0.13 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 175 170 -
CMYK 0 0.10 0.13 0.24
HSL 12º 0.17% 0.72% -
HSV(B) 12º 0.13% 0.76% -
XYZ 45.09 45.16 44.37 -
YUV 180.41 122.13 138.41 -
System Red Green Blue C M Y K H S L
Decimal 195 175 170 0 0.10 0.13 0.24 12 0.17 0.72
Hex C3 AF AA 0 A D 18 C 11 48
Octal 303 257 252 0 12 15 30 14 21 110
Binary 11000011 10101111 10101010 0 1010 1101 11000 1100 10001 1001000

Color Harmonies of #C3AFAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3AFAA

Black with #C3AFAA

Text Example


Text Example

White with #C3AFAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3AFAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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