#C1989F

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

Shades of Careys Pink #C1989F

Tints of Careys Pink #C1989F

Color information

#C1989F (or 0xC1989F) is unknown color: approx Careys Pink. HEX triplet: C1, 98 and 9F. RGB value is (193,152,159). Sum of RGB (Red+Green+Blue) = 193+152+159=504 (66% of max value = 765). Red value is 193 (75.78% from 255 or 38.29% from 504); Green value is 152 (59.77% from 255 or 30.16% from 504); Blue value is 159 (62.5% from 255 or 31.55% from 504); Max value from RGB is 193 - color contains mainly: red. Hex color #C1989F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C1989F is #3E6760. Grayscale: #A5A5A5. Windows color (decimal): -4089697 or 10459329. OLE color: 10459329.

HSL color Cylindrical-coordinate representation of color #C1989F: hue angle of 349.76º degrees, saturation: 0.25, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C1989F is Cyan = 0, Magento = 0.21, Yellow = 0.18 and Black (K on CMYK) = 0.24.

Color convert

RGB193152159-
CMYK00.210.180.24
HSL349.76º24.85%67.65%-
HSV(B)349.76º21.24%75.69%-
XYZ39.4836.337.73-
YUV165.06124.58147.93-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 38.29%
GREEN value IS 152 (59.77% from 255) = 30.16%
BLUE value IS 159 (62.5% from 255) = 31.55%
R=38.29%
G=30.16%
B=31.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.18
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19315215900.210.180.24349.7624.8567.65
HexC1989F015121815e1944
Octal301230237025223053631104
Binary1100000110011000100111110101011001011000101011110110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1989F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1989F; }

 p { color: rgb(193,152,159); }

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

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

 a { background-color: rgb(193,152,159); }

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

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

 span { border-color: rgb(193,152,159); }

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