Html Css Color HEX #C5ABAC Careys Pink

📋 copy color: '#C5ABAC'

red 197 ◦ green 171 ◦ blue 172

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

Shades of Careys Pink #C5ABAC

Tints of Careys Pink #C5ABAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 31.85%

R = 36.48%
G = 31.67%
B = 31.85%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.13

 K value IS 0.23

RGB Variations

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

Color information

#C5ABAC (or 0xC5ABAC) is known color: Careys Pink. HEX triplet: C5, AB and AC. RGB value is (197,171,172). Sum of RGB (Red+Green+Blue) = 197+171+172=540 (71% of max value = 765). Red value is 197 (77.34% from 255 or 36.48% from 540); Green value is 171 (67.19% from 255 or 31.67% from 540); Blue value is 172 (67.58% from 255 or 31.85% from 540); Max value from RGB is 197 - color contains mainly: red. Hex color #C5ABAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C5ABAC is #3A5453. Grayscale: #B2B2B2. Windows color (decimal): -3822676 or 11316165. OLE color: 11316165.

HSL color Cylindrical-coordinate representation of color #C5ABAC: hue angle of 357.69º 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 #C5ABAC is Cyan = 0, Magento = 0.13, Yellow = 0.13 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 171 172 -
CMYK 0 0.13 0.13 0.23
HSL 357.69º 0.18% 0.72% -
HSV(B) 357.69º 0.13% 0.77% -
XYZ 45.04 43.97 45.14 -
YUV 178.89 124.11 140.92 -
System Red Green Blue C M Y K H S L
Decimal 197 171 172 0 0.13 0.13 0.23 357.69 0.18 0.72
Hex C5 AB AC 0 D D 17 166 12 48
Octal 305 253 254 0 15 15 27 546 22 110
Binary 11000101 10101011 10101100 0 1101 1101 10111 101100110 10010 1001000

Color Harmonies of #C5ABAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5ABAC

Black with #C5ABAC

Text Example


Text Example

White with #C5ABAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5ABAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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