Html Css Color HEX #C9A8B1 Careys Pink

📋 copy color: '#C9A8B1'

red 201 ◦ green 168 ◦ blue 177

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

Shades of Careys Pink #C9A8B1

Tints of Careys Pink #C9A8B1

RGB

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

 GREEN value IS 168 (66.02% from 255) = 30.77%

 BLUE value IS 177 (69.53% from 255) = 32.42%

R = 36.81%
G = 30.77%
B = 32.42%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.12

 K value IS 0.21

RGB Variations

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

Color information

#C9A8B1 (or 0xC9A8B1) is known color: Careys Pink. HEX triplet: C9, A8 and B1. RGB value is (201,168,177). Sum of RGB (Red+Green+Blue) = 201+168+177=546 (72% of max value = 765). Red value is 201 (78.91% from 255 or 36.81% from 546); Green value is 168 (66.02% from 255 or 30.77% from 546); Blue value is 177 (69.53% from 255 or 32.42% from 546); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A8B1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C9A8B1 is #36574E. Grayscale: #B2B2B2. Windows color (decimal): -3561295 or 11643081. OLE color: 11643081.

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

Color convert

RGB 201 168 177 -
CMYK 0 0.16 0.12 0.21
HSL 343.64º 0.23% 0.72% -
HSV(B) 343.64º 0.16% 0.79% -
XYZ 46.03 43.6 47.58 -
YUV 178.89 126.93 143.77 -
System Red Green Blue C M Y K H S L
Decimal 201 168 177 0 0.16 0.12 0.21 343.64 0.23 0.72
Hex C9 A8 B1 0 10 C 15 158 17 48
Octal 311 250 261 0 20 14 25 530 27 110
Binary 11001001 10101000 10110001 0 10000 1100 10101 101011000 10111 1001000

Color Harmonies of #C9A8B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9A8B1

Black with #C9A8B1

Text Example


Text Example

White with #C9A8B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9A8B1; }

 p { color: rgb(201,168,177); }

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

background-color css

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

 a { background-color: rgb(201,168,177); }

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

border-color css

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

 span { border-color: rgb(201,168,177); }

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