#C1ADB2

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

Shades of Careys Pink #C1ADB2

Tints of Careys Pink #C1ADB2

Color information

#C1ADB2 (or 0xC1ADB2) is unknown color: approx Careys Pink. HEX triplet: C1, AD and B2. RGB value is (193,173,178). Sum of RGB (Red+Green+Blue) = 193+173+178=544 (72% of max value = 765). Red value is 193 (75.78% from 255 or 35.48% from 544); Green value is 173 (67.97% from 255 or 31.80% from 544); Blue value is 178 (69.92% from 255 or 32.72% from 544); Max value from RGB is 193 - color contains mainly: red. Hex color #C1ADB2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C1ADB2 is #3E524D. Grayscale: #B3B3B3. Windows color (decimal): -4084302 or 11709889. OLE color: 11709889.

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

Color convert

RGB193173178-
CMYK00.100.080.24
HSL345º13.89%71.76%-
HSV(B)345º10.36%75.69%-
XYZ44.9744.4448.33-
YUV179.55127.13137.59-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 35.48%
GREEN value IS 173 (67.97% from 255) = 31.80%
BLUE value IS 178 (69.92% from 255) = 32.72%
R=35.48%
G=31.80%
B=32.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.08
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19317317800.100.080.2434513.8971.76
HexC1ADB20A818159e48
Octal301255262012103053116110
Binary1100000110101101101100100101010001100010101100111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1ADB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1ADB2; }

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

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

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

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

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

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

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

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