#C1ADB1

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

Shades of Careys Pink #C1ADB1

Tints of Careys Pink #C1ADB1

Color information

#C1ADB1 (or 0xC1ADB1) is unknown color: approx Careys Pink. HEX triplet: C1, AD and B1. RGB value is (193,173,177). Sum of RGB (Red+Green+Blue) = 193+173+177=543 (71% of max value = 765). Red value is 193 (75.78% from 255 or 35.54% from 543); Green value is 173 (67.97% from 255 or 31.86% from 543); Blue value is 177 (69.53% from 255 or 32.60% from 543); Max value from RGB is 193 - color contains mainly: red. Hex color #C1ADB1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C1ADB1 is #3E524E. Grayscale: #B3B3B3. Windows color (decimal): -4084303 or 11644353. OLE color: 11644353.

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

Color convert

RGB193173177-
CMYK00.100.080.24
HSL348º13.89%71.76%-
HSV(B)348º10.36%75.69%-
XYZ44.8744.447.8-
YUV179.44126.63137.67-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 35.54%
GREEN value IS 173 (67.97% from 255) = 31.86%
BLUE value IS 177 (69.53% from 255) = 32.60%
R=35.54%
G=31.86%
B=32.60%

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
Decimal19317317700.100.080.2434813.8971.76
HexC1ADB10A81815ce48
Octal301255261012103053416110
Binary1100000110101101101100010101010001100010101110011101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1ADB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1ADB1; }

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

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

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

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

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

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

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

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