Html Css Color HEX #C6AEAA Cold Turkey

📋 copy color: '#C6AEAA'

red 198 ◦ green 174 ◦ blue 170

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

Shades of Cold Turkey #C6AEAA

Tints of Cold Turkey #C6AEAA

RGB

 RED value IS 198 (77.73% from 255) = 36.53%

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

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

R = 36.53%
G = 32.1%
B = 31.37%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.14

 K value IS 0.22

RGB Variations

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

Color information

#C6AEAA (or 0xC6AEAA) is known color: Cold Turkey. HEX triplet: C6, AE and AA. RGB value is (198,174,170). Sum of RGB (Red+Green+Blue) = 198+174+170=542 (71% of max value = 765). Red value is 198 (77.73% from 255 or 36.53% from 542); Green value is 174 (68.36% from 255 or 32.10% from 542); Blue value is 170 (66.80% from 255 or 31.37% from 542); Max value from RGB is 198 - color contains mainly: red. Hex color #C6AEAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C6AEAA is #395155. Grayscale: #B4B4B4. Windows color (decimal): -3756374 or 11185862. OLE color: 11185862.

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

Color convert

RGB 198 174 170 -
CMYK 0 0.12 0.14 0.22
HSL 8.57º 0.2% 0.72% -
HSV(B) 8.57º 0.14% 0.78% -
XYZ 45.68 45.18 44.34 -
YUV 180.72 121.95 140.33 -
System Red Green Blue C M Y K H S L
Decimal 198 174 170 0 0.12 0.14 0.22 8.57 0.2 0.72
Hex C6 AE AA 0 C E 16 9 14 48
Octal 306 256 252 0 14 16 26 11 24 110
Binary 11000110 10101110 10101010 0 1100 1110 10110 1001 10100 1001000

Color Harmonies of #C6AEAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6AEAA

Black with #C6AEAA

Text Example


Text Example

White with #C6AEAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6AEAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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