Html Css Color HEX #C9A7AB Careys Pink

📋 copy color: '#C9A7AB'

red 201 ◦ green 167 ◦ blue 171

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

Shades of Careys Pink #C9A7AB

Tints of Careys Pink #C9A7AB

RGB

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

 GREEN value IS 167 (65.63% from 255) = 30.98%

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

R = 37.29%
G = 30.98%
B = 31.73%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.15

 K value IS 0.21

RGB Variations

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

Color information

#C9A7AB (or 0xC9A7AB) is known color: Careys Pink. HEX triplet: C9, A7 and AB. RGB value is (201,167,171). Sum of RGB (Red+Green+Blue) = 201+167+171=539 (71% of max value = 765). Red value is 201 (78.91% from 255 or 37.29% from 539); Green value is 167 (65.62% from 255 or 30.98% from 539); Blue value is 171 (67.19% from 255 or 31.73% from 539); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A7AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C9A7AB is #365854. Grayscale: #B1B1B1. Windows color (decimal): -3561557 or 11249609. OLE color: 11249609.

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

Color convert

RGB 201 167 171 -
CMYK 0 0.17 0.15 0.21
HSL 352.94º 0.24% 0.72% -
HSV(B) 352.94º 0.17% 0.79% -
XYZ 45.26 43 44.44 -
YUV 177.62 124.26 144.67 -
System Red Green Blue C M Y K H S L
Decimal 201 167 171 0 0.17 0.15 0.21 352.94 0.24 0.72
Hex C9 A7 AB 0 11 F 15 161 18 48
Octal 311 247 253 0 21 17 25 541 30 110
Binary 11001001 10100111 10101011 0 10001 1111 10101 101100001 11000 1001000

Color Harmonies of #C9A7AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9A7AB

Black with #C9A7AB

Text Example


Text Example

White with #C9A7AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9A7AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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