Html Css Color HEX #C7ADAA Cold Turkey

📋 copy color: '#C7ADAA'

red 199 ◦ green 173 ◦ blue 170

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

Shades of Cold Turkey #C7ADAA

Tints of Cold Turkey #C7ADAA

RGB

 RED value IS 199 (78.13% from 255) = 36.72%

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

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

R = 36.72%
G = 31.92%
B = 31.37%

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

#C7ADAA (or 0xC7ADAA) is known color: Cold Turkey. HEX triplet: C7, AD and AA. RGB value is (199,173,170). Sum of RGB (Red+Green+Blue) = 199+173+170=542 (71% of max value = 765). Red value is 199 (78.12% from 255 or 36.72% from 542); Green value is 173 (67.97% from 255 or 31.92% from 542); Blue value is 170 (66.80% from 255 or 31.37% from 542); Max value from RGB is 199 - color contains mainly: red. Hex color #C7ADAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C7ADAA is #385255. Grayscale: #B4B4B4. Windows color (decimal): -3691094 or 11185607. OLE color: 11185607.

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

Color convert

RGB 199 173 170 -
CMYK 0 0.13 0.15 0.22
HSL 6.21º 0.21% 0.72% -
HSV(B) 6.21º 0.15% 0.78% -
XYZ 45.75 44.93 44.29 -
YUV 180.43 122.11 141.24 -
System Red Green Blue C M Y K H S L
Decimal 199 173 170 0 0.13 0.15 0.22 6.21 0.21 0.72
Hex C7 AD AA 0 D F 16 6 15 48
Octal 307 255 252 0 15 17 26 6 25 110
Binary 11000111 10101101 10101010 0 1101 1111 10110 110 10101 1001000

Color Harmonies of #C7ADAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7ADAA

Black with #C7ADAA

Text Example


Text Example

White with #C7ADAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7ADAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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