#C1A7A8

Color #C1A7A8 Careys Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Careys Pink #C1A7A8

Tints of Careys Pink #C1A7A8

Color information

#C1A7A8 (or 0xC1A7A8) is unknown color: approx Careys Pink. HEX triplet: C1, A7 and A8. RGB value is (193,167,168). Sum of RGB (Red+Green+Blue) = 193+167+168=528 (69% of max value = 765). Red value is 193 (75.78% from 255 or 36.55% from 528); Green value is 167 (65.62% from 255 or 31.63% from 528); Blue value is 168 (66.02% from 255 or 31.82% from 528); Max value from RGB is 193 - color contains mainly: red. Hex color #C1A7A8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C1A7A8 is #3E5857. Grayscale: #AEAEAE. Windows color (decimal): -4085848 or 11052993. OLE color: 11052993.

HSL color Cylindrical-coordinate representation of color #C1A7A8: hue angle of 357.69º degrees, saturation: 0.17, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C1A7A8 is Cyan = 0, Magento = 0.13, Yellow = 0.13 and Black (K on CMYK) = 0.24.

Color convert

RGB193167168-
CMYK00.130.130.24
HSL357.69º17.33%70.59%-
HSV(B)357.69º13.47%75.69%-
XYZ42.8841.842.85-
YUV174.89124.11140.92-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 36.55%
GREEN value IS 167 (65.62% from 255) = 31.63%
BLUE value IS 168 (66.02% from 255) = 31.82%
R=36.55%
G=31.63%
B=31.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.13
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19316716800.130.130.24357.6917.3370.59
HexC1A7A80DD181661147
Octal301247250015153054621107
Binary11000001101001111010100001101110111000101100110100011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1A7A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1A7A8; }

 p { color: rgb(193,167,168); }

 H1.HeaderClassName
 {
   color: #C1A7A8;
 }
 .AnyTagClassName
 {
   color: #C1A7A8;
 }
</style>
background-color css

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

 a { background-color: rgb(193,167,168); }

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

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

 span { border-color: rgb(193,167,168); }

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