Html Css Color HEX #C5AEAA Cold Turkey

📋 copy color: '#C5AEAA'

red 197 ◦ green 174 ◦ blue 170

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

Shades of Cold Turkey #C5AEAA

Tints of Cold Turkey #C5AEAA

RGB

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

 GREEN value IS 174 (68.36% from 255) = 32.16%

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

R = 36.41%
G = 32.16%
B = 31.42%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.14

 K value IS 0.23

RGB Variations

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

Color information

#C5AEAA (or 0xC5AEAA) is known color: Cold Turkey. HEX triplet: C5, AE and AA. RGB value is (197,174,170). Sum of RGB (Red+Green+Blue) = 197+174+170=541 (71% of max value = 765). Red value is 197 (77.34% from 255 or 36.41% from 541); Green value is 174 (68.36% from 255 or 32.16% from 541); Blue value is 170 (66.80% from 255 or 31.42% from 541); Max value from RGB is 197 - color contains mainly: red. Hex color #C5AEAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C5AEAA is #3A5155. Grayscale: #B4B4B4. Windows color (decimal): -3821910 or 11185861. OLE color: 11185861.

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

Color convert

RGB 197 174 170 -
CMYK 0 0.12 0.14 0.23
HSL 8.89º 0.19% 0.72% -
HSV(B) 8.89º 0.14% 0.77% -
XYZ 45.42 45.04 44.33 -
YUV 180.42 122.12 139.83 -
System Red Green Blue C M Y K H S L
Decimal 197 174 170 0 0.12 0.14 0.23 8.89 0.19 0.72
Hex C5 AE AA 0 C E 17 9 13 48
Octal 305 256 252 0 14 16 27 11 23 110
Binary 11000101 10101110 10101010 0 1100 1110 10111 1001 10011 1001000

Color Harmonies of #C5AEAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5AEAA

Black with #C5AEAA

Text Example


Text Example

White with #C5AEAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5AEAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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