Html Css Color HEX #C6ADA9 Cold Turkey

📋 copy color: '#C6ADA9'

red 198 ◦ green 173 ◦ blue 169

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

Shades of Cold Turkey #C6ADA9

Tints of Cold Turkey #C6ADA9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 31.3%

R = 36.67%
G = 32.04%
B = 31.3%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.15

 K value IS 0.22

RGB Variations

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

Color information

#C6ADA9 (or 0xC6ADA9) is known color: Cold Turkey. HEX triplet: C6, AD and A9. RGB value is (198,173,169). Sum of RGB (Red+Green+Blue) = 198+173+169=540 (71% of max value = 765). Red value is 198 (77.73% from 255 or 36.67% from 540); Green value is 173 (67.97% from 255 or 32.04% from 540); Blue value is 169 (66.41% from 255 or 31.30% from 540); Max value from RGB is 198 - color contains mainly: red. Hex color #C6ADA9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C6ADA9 is #395256. Grayscale: #B4B4B4. Windows color (decimal): -3756631 or 11120070. OLE color: 11120070.

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

Color convert

RGB 198 173 169 -
CMYK 0 0.13 0.15 0.22
HSL 8.28º 0.2% 0.72% -
HSV(B) 8.28º 0.15% 0.78% -
XYZ 45.39 44.76 43.78 -
YUV 180.02 121.78 140.83 -
System Red Green Blue C M Y K H S L
Decimal 198 173 169 0 0.13 0.15 0.22 8.28 0.2 0.72
Hex C6 AD A9 0 D F 16 8 14 48
Octal 306 255 251 0 15 17 26 10 24 110
Binary 11000110 10101101 10101001 0 1101 1111 10110 1000 10100 1001000

Color Harmonies of #C6ADA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6ADA9

Black with #C6ADA9

Text Example


Text Example

White with #C6ADA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6ADA9; }

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

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

background-color css

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

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

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

border-color css

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

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

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