Html Css Color HEX #C5ABAE Careys Pink

📋 copy color: '#C5ABAE'

red 197 ◦ green 171 ◦ blue 174

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

Shades of Careys Pink #C5ABAE

Tints of Careys Pink #C5ABAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 32.1%

R = 36.35%
G = 31.55%
B = 32.1%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.12

 K value IS 0.23

RGB Variations

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

Color information

#C5ABAE (or 0xC5ABAE) is known color: Careys Pink. HEX triplet: C5, AB and AE. RGB value is (197,171,174). Sum of RGB (Red+Green+Blue) = 197+171+174=542 (71% of max value = 765). Red value is 197 (77.34% from 255 or 36.35% from 542); Green value is 171 (67.19% from 255 or 31.55% from 542); Blue value is 174 (68.36% from 255 or 32.10% from 542); Max value from RGB is 197 - color contains mainly: red. Hex color #C5ABAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C5ABAE is #3A5451. Grayscale: #B3B3B3. Windows color (decimal): -3822674 or 11447237. OLE color: 11447237.

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

Color convert

RGB 197 171 174 -
CMYK 0 0.13 0.12 0.23
HSL 353.08º 0.18% 0.72% -
HSV(B) 353.08º 0.13% 0.77% -
XYZ 45.23 44.05 46.16 -
YUV 179.12 125.11 140.76 -
System Red Green Blue C M Y K H S L
Decimal 197 171 174 0 0.13 0.12 0.23 353.08 0.18 0.72
Hex C5 AB AE 0 D C 17 161 12 48
Octal 305 253 256 0 15 14 27 541 22 110
Binary 11000101 10101011 10101110 0 1101 1100 10111 101100001 10010 1001000

Color Harmonies of #C5ABAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5ABAE

Black with #C5ABAE

Text Example


Text Example

White with #C5ABAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5ABAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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