Html Css Color HEX #C6ADAA Cold Turkey

📋 copy color: '#C6ADAA'

red 198 ◦ green 173 ◦ blue 170

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

Shades of Cold Turkey #C6ADAA

Tints of Cold Turkey #C6ADAA

RGB

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

 GREEN value IS 173 (67.97% from 255) = 31.98%

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

R = 36.6%
G = 31.98%
B = 31.42%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.14

 K value IS 0.22

RGB Variations

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

Color information

#C6ADAA (or 0xC6ADAA) is known color: Cold Turkey. HEX triplet: C6, AD and AA. RGB value is (198,173,170). Sum of RGB (Red+Green+Blue) = 198+173+170=541 (71% of max value = 765). Red value is 198 (77.73% from 255 or 36.60% from 541); Green value is 173 (67.97% from 255 or 31.98% from 541); Blue value is 170 (66.80% from 255 or 31.42% from 541); Max value from RGB is 198 - color contains mainly: red. Hex color #C6ADAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C6ADAA is #395255. Grayscale: #B4B4B4. Windows color (decimal): -3756630 or 11185606. OLE color: 11185606.

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

Color convert

RGB 198 173 170 -
CMYK 0 0.13 0.14 0.22
HSL 6.43º 0.2% 0.72% -
HSV(B) 6.43º 0.14% 0.78% -
XYZ 45.49 44.8 44.28 -
YUV 180.13 122.28 140.74 -
System Red Green Blue C M Y K H S L
Decimal 198 173 170 0 0.13 0.14 0.22 6.43 0.2 0.72
Hex C6 AD AA 0 D E 16 6 14 48
Octal 306 255 252 0 15 16 26 6 24 110
Binary 11000110 10101101 10101010 0 1101 1110 10110 110 10100 1001000

Color Harmonies of #C6ADAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6ADAA

Black with #C6ADAA

Text Example


Text Example

White with #C6ADAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6ADAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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