Html Css Color HEX #C5AAB0 Careys Pink

📋 copy color: '#C5AAB0'

red 197 ◦ green 170 ◦ blue 176

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

Shades of Careys Pink #C5AAB0

Tints of Careys Pink #C5AAB0

RGB

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

 GREEN value IS 170 (66.8% from 255) = 31.31%

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

R = 36.28%
G = 31.31%
B = 32.41%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.11

 K value IS 0.23

RGB Variations

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

Color information

#C5AAB0 (or 0xC5AAB0) is known color: Careys Pink. HEX triplet: C5, AA and B0. RGB value is (197,170,176). Sum of RGB (Red+Green+Blue) = 197+170+176=543 (71% of max value = 765). Red value is 197 (77.34% from 255 or 36.28% from 543); Green value is 170 (66.80% from 255 or 31.31% from 543); Blue value is 176 (69.14% from 255 or 32.41% from 543); Max value from RGB is 197 - color contains mainly: red. Hex color #C5AAB0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C5AAB0 is #3A554F. Grayscale: #B2B2B2. Windows color (decimal): -3822928 or 11578053. OLE color: 11578053.

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

Color convert

RGB 197 170 176 -
CMYK 0 0.14 0.11 0.23
HSL 346.67º 0.19% 0.72% -
HSV(B) 346.67º 0.14% 0.77% -
XYZ 45.24 43.75 47.14 -
YUV 178.76 126.45 141.01 -
System Red Green Blue C M Y K H S L
Decimal 197 170 176 0 0.14 0.11 0.23 346.67 0.19 0.72
Hex C5 AA B0 0 E B 17 15B 13 48
Octal 305 252 260 0 16 13 27 533 23 110
Binary 11000101 10101010 10110000 0 1110 1011 10111 101011011 10011 1001000

Color Harmonies of #C5AAB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5AAB0

Black with #C5AAB0

Text Example


Text Example

White with #C5AAB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5AAB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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