#C3ACB0

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

Shades of Careys Pink #C3ACB0

Tints of Careys Pink #C3ACB0

Color information

#C3ACB0 (or 0xC3ACB0) is unknown color: approx Careys Pink. HEX triplet: C3, AC and B0. RGB value is (195,172,176). Sum of RGB (Red+Green+Blue) = 195+172+176=543 (71% of max value = 765). Red value is 195 (76.56% from 255 or 35.91% from 543); Green value is 172 (67.58% from 255 or 31.68% from 543); Blue value is 176 (69.14% from 255 or 32.41% from 543); Max value from RGB is 195 - color contains mainly: red. Hex color #C3ACB0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C3ACB0 is #3C534F. Grayscale: #B3B3B3. Windows color (decimal): -3953488 or 11578563. OLE color: 11578563.

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

Color convert

RGB195172176-
CMYK00.120.100.24
HSL349.57º16.08%71.96%-
HSV(B)349.57º11.79%76.47%-
XYZ45.0944.2447.24-
YUV179.33126.12139.17-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 35.91%
GREEN value IS 172 (67.58% from 255) = 31.68%
BLUE value IS 176 (69.14% from 255) = 32.41%
R=35.91%
G=31.68%
B=32.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.10
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19517217600.120.100.24349.5716.0871.96
HexC3ACB00CA1815e1048
Octal303254260014123053620110
Binary11000011101011001011000001100101011000101011110100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3ACB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3ACB0; }

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

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

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

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

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

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

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

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