Html Css Color HEX #C9A4AB Careys Pink

📋 copy color: '#C9A4AB'

red 201 ◦ green 164 ◦ blue 171

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

Shades of Careys Pink #C9A4AB

Tints of Careys Pink #C9A4AB

RGB

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

 GREEN value IS 164 (64.45% from 255) = 30.6%

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

R = 37.5%
G = 30.6%
B = 31.9%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.15

 K value IS 0.21

RGB Variations

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

Color information

#C9A4AB (or 0xC9A4AB) is known color: Careys Pink. HEX triplet: C9, A4 and AB. RGB value is (201,164,171). Sum of RGB (Red+Green+Blue) = 201+164+171=536 (70% of max value = 765). Red value is 201 (78.91% from 255 or 37.5% from 536); Green value is 164 (64.45% from 255 or 30.60% from 536); Blue value is 171 (67.19% from 255 or 31.90% from 536); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A4AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C9A4AB is #365B54. Grayscale: #AFAFAF. Windows color (decimal): -3562325 or 11248841. OLE color: 11248841.

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

Color convert

RGB 201 164 171 -
CMYK 0 0.18 0.15 0.21
HSL 348.65º 0.26% 0.72% -
HSV(B) 348.65º 0.18% 0.79% -
XYZ 44.71 41.91 44.26 -
YUV 175.86 125.26 145.93 -
System Red Green Blue C M Y K H S L
Decimal 201 164 171 0 0.18 0.15 0.21 348.65 0.26 0.72
Hex C9 A4 AB 0 12 F 15 15D 1A 48
Octal 311 244 253 0 22 17 25 535 32 110
Binary 11001001 10100100 10101011 0 10010 1111 10101 101011101 11010 1001000

Color Harmonies of #C9A4AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9A4AB

Black with #C9A4AB

Text Example


Text Example

White with #C9A4AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9A4AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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