Html Css Color HEX #C5A9B1 Careys Pink

📋 copy color: '#C5A9B1'

red 197 ◦ green 169 ◦ blue 177

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

Shades of Careys Pink #C5A9B1

Tints of Careys Pink #C5A9B1

RGB

 RED value IS 197 (77.34% from 255) = 36.28%

 GREEN value IS 169 (66.41% from 255) = 31.12%

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

R = 36.28%
G = 31.12%
B = 32.6%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.10

 K value IS 0.23

RGB Variations

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

Color information

#C5A9B1 (or 0xC5A9B1) is known color: Careys Pink. HEX triplet: C5, A9 and B1. RGB value is (197,169,177). Sum of RGB (Red+Green+Blue) = 197+169+177=543 (71% of max value = 765). Red value is 197 (77.34% from 255 or 36.28% from 543); Green value is 169 (66.41% from 255 or 31.12% from 543); Blue value is 177 (69.53% from 255 or 32.60% from 543); Max value from RGB is 197 - color contains mainly: red. Hex color #C5A9B1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C5A9B1 is #3A564E. Grayscale: #B2B2B2. Windows color (decimal): -3823183 or 11643333. OLE color: 11643333.

HSL color Cylindrical-coordinate representation of color #C5A9B1: hue angle of 342.86º degrees, saturation: 0.19, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C5A9B1 is Cyan = 0, Magento = 0.14, Yellow = 0.10 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 169 177 -
CMYK 0 0.14 0.10 0.23
HSL 342.86º 0.19% 0.72% -
HSV(B) 342.86º 0.14% 0.77% -
XYZ 45.15 43.42 47.6 -
YUV 178.28 127.28 141.35 -
System Red Green Blue C M Y K H S L
Decimal 197 169 177 0 0.14 0.10 0.23 342.86 0.19 0.72
Hex C5 A9 B1 0 E A 17 157 13 48
Octal 305 251 261 0 16 12 27 527 23 110
Binary 11000101 10101001 10110001 0 1110 1010 10111 101010111 10011 1001000

Color Harmonies of #C5A9B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5A9B1

Black with #C5A9B1

Text Example


Text Example

White with #C5A9B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5A9B1; }

 p { color: rgb(197,169,177); }

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

background-color css

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

 a { background-color: rgb(197,169,177); }

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

border-color css

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

 span { border-color: rgb(197,169,177); }

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