#C3ACB1

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

Shades of Careys Pink #C3ACB1

Tints of Careys Pink #C3ACB1

Color information

#C3ACB1 (or 0xC3ACB1) is unknown color: approx Careys Pink. HEX triplet: C3, AC and B1. RGB value is (195,172,177). Sum of RGB (Red+Green+Blue) = 195+172+177=544 (72% of max value = 765). Red value is 195 (76.56% from 255 or 35.85% from 544); Green value is 172 (67.58% from 255 or 31.62% from 544); Blue value is 177 (69.53% from 255 or 32.54% from 544); Max value from RGB is 195 - color contains mainly: red. Hex color #C3ACB1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C3ACB1 is #3C534E. Grayscale: #B3B3B3. Windows color (decimal): -3953487 or 11644099. OLE color: 11644099.

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

Color convert

RGB195172177-
CMYK00.120.090.24
HSL346.96º16.08%71.96%-
HSV(B)346.96º11.79%76.47%-
XYZ45.1944.2847.76-
YUV179.45126.62139.09-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 35.85%
GREEN value IS 172 (67.58% from 255) = 31.62%
BLUE value IS 177 (69.53% from 255) = 32.54%
R=35.85%
G=31.62%
B=32.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.09
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19517217700.120.090.24346.9616.0871.96
HexC3ACB10C91815b1048
Octal303254261014113053320110
Binary11000011101011001011000101100100111000101011011100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3ACB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3ACB1; }

 p { color: rgb(195,172,177); }

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

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

 a { background-color: rgb(195,172,177); }

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

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

 span { border-color: rgb(195,172,177); }

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