Html Css Color HEX #C5ABB0 Careys Pink

📋 copy color: '#C5ABB0'

red 197 ◦ green 171 ◦ blue 176

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

Shades of Careys Pink #C5ABB0

Tints of Careys Pink #C5ABB0

RGB

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

 GREEN value IS 171 (67.19% from 255) = 31.43%

 BLUE value IS 176 (69.14% from 255) = 32.35%

R = 36.21%
G = 31.43%
B = 32.35%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.11

 K value IS 0.23

RGB Variations

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

Color information

#C5ABB0 (or 0xC5ABB0) is known color: Careys Pink. HEX triplet: C5, AB and B0. RGB value is (197,171,176). Sum of RGB (Red+Green+Blue) = 197+171+176=544 (72% of max value = 765). Red value is 197 (77.34% from 255 or 36.21% from 544); Green value is 171 (67.19% from 255 or 31.43% from 544); Blue value is 176 (69.14% from 255 or 32.35% from 544); Max value from RGB is 197 - color contains mainly: red. Hex color #C5ABB0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C5ABB0 is #3A544F. Grayscale: #B3B3B3. Windows color (decimal): -3822672 or 11578309. OLE color: 11578309.

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

Color convert

RGB 197 171 176 -
CMYK 0 0.13 0.11 0.23
HSL 348.46º 0.18% 0.72% -
HSV(B) 348.46º 0.13% 0.77% -
XYZ 45.43 44.13 47.2 -
YUV 179.34 126.11 140.59 -
System Red Green Blue C M Y K H S L
Decimal 197 171 176 0 0.13 0.11 0.23 348.46 0.18 0.72
Hex C5 AB B0 0 D B 17 15C 12 48
Octal 305 253 260 0 15 13 27 534 22 110
Binary 11000101 10101011 10110000 0 1101 1011 10111 101011100 10010 1001000

Color Harmonies of #C5ABB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5ABB0

Black with #C5ABB0

Text Example


Text Example

White with #C5ABB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5ABB0; }

 p { color: rgb(197,171,176); }

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

background-color css

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

 a { background-color: rgb(197,171,176); }

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

border-color css

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

 span { border-color: rgb(197,171,176); }

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