#C1ACAD

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

Shades of Careys Pink #C1ACAD

Tints of Careys Pink #C1ACAD

Color information

#C1ACAD (or 0xC1ACAD) is unknown color: approx Careys Pink. HEX triplet: C1, AC and AD. RGB value is (193,172,173). Sum of RGB (Red+Green+Blue) = 193+172+173=538 (71% of max value = 765). Red value is 193 (75.78% from 255 or 35.87% from 538); Green value is 172 (67.58% from 255 or 31.97% from 538); Blue value is 173 (67.97% from 255 or 32.16% from 538); Max value from RGB is 193 - color contains mainly: red. Hex color #C1ACAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C1ACAD is #3E5352. Grayscale: #B2B2B2. Windows color (decimal): -4084563 or 11381953. OLE color: 11381953.

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

Color convert

RGB193172173-
CMYK00.110.100.24
HSL357.14º14.48%71.57%-
HSV(B)357.14º10.88%75.69%-
XYZ44.2943.8645.67-
YUV178.39124.96138.42-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 35.87%
GREEN value IS 172 (67.58% from 255) = 31.97%
BLUE value IS 173 (67.97% from 255) = 32.16%
R=35.87%
G=31.97%
B=32.16%

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
Decimal19317217300.110.100.24357.1414.4871.57
HexC1ACAD0BA18165e48
Octal301254255013123054516110
Binary1100000110101100101011010101110101100010110010111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1ACAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1ACAD; }

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

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

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

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

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

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

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

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