Html Css Color HEX #C9ADAB Cold Turkey

📋 copy color: '#C9ADAB'

red 201 ◦ green 173 ◦ blue 171

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

Shades of Cold Turkey #C9ADAB

Tints of Cold Turkey #C9ADAB

RGB

 RED value IS 201 (78.91% from 255) = 36.88%

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

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

R = 36.88%
G = 31.74%
B = 31.38%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.15

 K value IS 0.21

RGB Variations

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

Color information

#C9ADAB (or 0xC9ADAB) is known color: Cold Turkey. HEX triplet: C9, AD and AB. RGB value is (201,173,171). Sum of RGB (Red+Green+Blue) = 201+173+171=545 (72% of max value = 765). Red value is 201 (78.91% from 255 or 36.88% from 545); Green value is 173 (67.97% from 255 or 31.74% from 545); Blue value is 171 (67.19% from 255 or 31.38% from 545); Max value from RGB is 201 - color contains mainly: red. Hex color #C9ADAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C9ADAB is #365254. Grayscale: #B5B5B5. Windows color (decimal): -3560021 or 11251145. OLE color: 11251145.

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

Color convert

RGB 201 173 171 -
CMYK 0 0.14 0.15 0.21
HSL 0.22% 0.73% -
HSV(B) 0.15% 0.79% -
XYZ 46.38 45.24 44.82 -
YUV 181.14 122.28 142.16 -
System Red Green Blue C M Y K H S L
Decimal 201 173 171 0 0.14 0.15 0.21 4 0.22 0.73
Hex C9 AD AB 0 E F 15 4 16 49
Octal 311 255 253 0 16 17 25 4 26 111
Binary 11001001 10101101 10101011 0 1110 1111 10101 100 10110 1001001

Color Harmonies of #C9ADAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9ADAB

Black with #C9ADAB

Text Example


Text Example

White with #C9ADAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9ADAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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