Html Css Color HEX #C9AFAB Cold Turkey

📋 copy color: '#C9AFAB'

red 201 ◦ green 175 ◦ blue 171

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

Shades of Cold Turkey #C9AFAB

Tints of Cold Turkey #C9AFAB

RGB

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

 GREEN value IS 175 (68.75% from 255) = 31.99%

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

R = 36.75%
G = 31.99%
B = 31.26%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.15

 K value IS 0.21

RGB Variations

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

Color information

#C9AFAB (or 0xC9AFAB) is known color: Cold Turkey. HEX triplet: C9, AF and AB. RGB value is (201,175,171). Sum of RGB (Red+Green+Blue) = 201+175+171=547 (72% of max value = 765). Red value is 201 (78.91% from 255 or 36.75% from 547); Green value is 175 (68.75% from 255 or 31.99% from 547); Blue value is 171 (67.19% from 255 or 31.26% from 547); Max value from RGB is 201 - color contains mainly: red. Hex color #C9AFAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C9AFAB is #365054. Grayscale: #B6B6B6. Windows color (decimal): -3559509 or 11251657. OLE color: 11251657.

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

Color convert

RGB 201 175 171 -
CMYK 0 0.13 0.15 0.21
HSL 0.22% 0.73% -
HSV(B) 0.15% 0.79% -
XYZ 46.77 46.02 44.95 -
YUV 182.32 121.61 141.33 -
System Red Green Blue C M Y K H S L
Decimal 201 175 171 0 0.13 0.15 0.21 8 0.22 0.73
Hex C9 AF AB 0 D F 15 8 16 49
Octal 311 257 253 0 15 17 25 10 26 111
Binary 11001001 10101111 10101011 0 1101 1111 10101 1000 10110 1001001

Color Harmonies of #C9AFAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9AFAB

Black with #C9AFAB

Text Example


Text Example

White with #C9AFAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9AFAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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