#C3A7AB

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

Shades of Careys Pink #C3A7AB

Tints of Careys Pink #C3A7AB

Color information

#C3A7AB (or 0xC3A7AB) is unknown color: approx Careys Pink. HEX triplet: C3, A7 and AB. RGB value is (195,167,171). Sum of RGB (Red+Green+Blue) = 195+167+171=533 (70% of max value = 765). Red value is 195 (76.56% from 255 or 36.59% from 533); Green value is 167 (65.62% from 255 or 31.33% from 533); Blue value is 171 (67.19% from 255 or 32.08% from 533); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A7AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C3A7AB is #3C5854. Grayscale: #AFAFAF. Windows color (decimal): -3954773 or 11249603. OLE color: 11249603.

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

Color convert

RGB195167171-
CMYK00.140.120.24
HSL351.43º18.92%70.98%-
HSV(B)351.43º14.36%76.47%-
XYZ43.6842.1844.37-
YUV175.83125.28141.67-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 36.59%
GREEN value IS 167 (65.62% from 255) = 31.33%
BLUE value IS 171 (67.19% from 255) = 32.08%
R=36.59%
G=31.33%
B=32.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.12
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19516717100.140.120.24351.4318.9270.98
HexC3A7AB0EC1815f1347
Octal303247253016143053723107
Binary11000011101001111010101101110110011000101011111100111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3A7AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3A7AB; }

 p { color: rgb(195,167,171); }

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

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

 a { background-color: rgb(195,167,171); }

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

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

 span { border-color: rgb(195,167,171); }

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