#C2ACAF

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

Shades of Careys Pink #C2ACAF

Tints of Careys Pink #C2ACAF

Color information

#C2ACAF (or 0xC2ACAF) is unknown color: approx Careys Pink. HEX triplet: C2, AC and AF. RGB value is (194,172,175). Sum of RGB (Red+Green+Blue) = 194+172+175=541 (71% of max value = 765). Red value is 194 (76.17% from 255 or 35.86% from 541); Green value is 172 (67.58% from 255 or 31.79% from 541); Blue value is 175 (68.75% from 255 or 32.35% from 541); Max value from RGB is 194 - color contains mainly: red. Hex color #C2ACAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2ACAF is #3D5350. Grayscale: #B2B2B2. Windows color (decimal): -4019025 or 11513026. OLE color: 11513026.

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

Color convert

RGB194172175-
CMYK00.110.100.24
HSL351.82º15.28%71.76%-
HSV(B)351.82º11.34%76.08%-
XYZ44.7444.0746.71-
YUV178.92125.79138.76-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 35.86%
GREEN value IS 172 (67.58% from 255) = 31.79%
BLUE value IS 175 (68.75% from 255) = 32.35%
R=35.86%
G=31.79%
B=32.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.10
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19417217500.110.100.24351.8215.2871.76
HexC2ACAF0BA18160f48
Octal302254257013123054017110
Binary1100001010101100101011110101110101100010110000011111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2ACAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2ACAF; }

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

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

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

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

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

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

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

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