#C2ACB2

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

Shades of Careys Pink #C2ACB2

Tints of Careys Pink #C2ACB2

Color information

#C2ACB2 (or 0xC2ACB2) is unknown color: approx Careys Pink. HEX triplet: C2, AC and B2. RGB value is (194,172,178). Sum of RGB (Red+Green+Blue) = 194+172+178=544 (72% of max value = 765). Red value is 194 (76.17% from 255 or 35.66% from 544); Green value is 172 (67.58% from 255 or 31.62% from 544); Blue value is 178 (69.92% from 255 or 32.72% from 544); Max value from RGB is 194 - color contains mainly: red. Hex color #C2ACB2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2ACB2 is #3D534D. Grayscale: #B3B3B3. Windows color (decimal): -4019022 or 11709634. OLE color: 11709634.

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

Color convert

RGB194172178-
CMYK00.110.080.24
HSL343.64º15.28%71.76%-
HSV(B)343.64º11.34%76.08%-
XYZ45.0444.1948.28-
YUV179.26127.29138.51-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 35.66%
GREEN value IS 172 (67.58% from 255) = 31.62%
BLUE value IS 178 (69.92% from 255) = 32.72%
R=35.66%
G=31.62%
B=32.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.08
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19417217800.110.080.24343.6415.2871.76
HexC2ACB20B818158f48
Octal302254262013103053017110
Binary1100001010101100101100100101110001100010101100011111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2ACB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2ACB2; }

 p { color: rgb(194,172,178); }

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

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

 a { background-color: rgb(194,172,178); }

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

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

 span { border-color: rgb(194,172,178); }

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