#C1ACAF

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

Shades of Careys Pink #C1ACAF

Tints of Careys Pink #C1ACAF

Color information

#C1ACAF (or 0xC1ACAF) is unknown color: approx Careys Pink. HEX triplet: C1, AC and AF. RGB value is (193,172,175). Sum of RGB (Red+Green+Blue) = 193+172+175=540 (71% of max value = 765). Red value is 193 (75.78% from 255 or 35.74% from 540); Green value is 172 (67.58% from 255 or 31.85% from 540); Blue value is 175 (68.75% from 255 or 32.41% from 540); Max value from RGB is 193 - color contains mainly: red. Hex color #C1ACAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C1ACAF is #3E5350. Grayscale: #B2B2B2. Windows color (decimal): -4084561 or 11513025. OLE color: 11513025.

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

Color convert

RGB193172175-
CMYK00.110.090.24
HSL351.43º14.48%71.57%-
HSV(B)351.43º10.88%75.69%-
XYZ44.4843.9446.69-
YUV178.62125.96138.26-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 35.74%
GREEN value IS 172 (67.58% from 255) = 31.85%
BLUE value IS 175 (68.75% from 255) = 32.41%
R=35.74%
G=31.85%
B=32.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.09
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19317217500.110.090.24351.4314.4871.57
HexC1ACAF0B91815fe48
Octal301254257013113053716110
Binary1100000110101100101011110101110011100010101111111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1ACAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1ACAF; }

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

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

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

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

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

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

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

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