Html Css Color HEX #C7ADAB Cold Turkey

📋 copy color: '#C7ADAB'

red 199 ◦ green 173 ◦ blue 171

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

Shades of Cold Turkey #C7ADAB

Tints of Cold Turkey #C7ADAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 31.49%

R = 36.65%
G = 31.86%
B = 31.49%

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

#C7ADAB (or 0xC7ADAB) is known color: Cold Turkey. HEX triplet: C7, AD and AB. RGB value is (199,173,171). Sum of RGB (Red+Green+Blue) = 199+173+171=543 (71% of max value = 765). Red value is 199 (78.12% from 255 or 36.65% from 543); Green value is 173 (67.97% from 255 or 31.86% from 543); Blue value is 171 (67.19% from 255 or 31.49% from 543); Max value from RGB is 199 - color contains mainly: red. Hex color #C7ADAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C7ADAB is #385254. Grayscale: #B4B4B4. Windows color (decimal): -3691093 or 11251143. OLE color: 11251143.

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

Color convert

RGB 199 173 171 -
CMYK 0 0.13 0.14 0.22
HSL 4.29º 0.2% 0.73% -
HSV(B) 4.29º 0.14% 0.78% -
XYZ 45.85 44.97 44.79 -
YUV 180.55 122.61 141.16 -
System Red Green Blue C M Y K H S L
Decimal 199 173 171 0 0.13 0.14 0.22 4.29 0.2 0.73
Hex C7 AD AB 0 D E 16 4 14 49
Octal 307 255 253 0 15 16 26 4 24 111
Binary 11000111 10101101 10101011 0 1101 1110 10110 100 10100 1001001

Color Harmonies of #C7ADAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7ADAB

Black with #C7ADAB

Text Example


Text Example

White with #C7ADAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7ADAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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