#C1999A

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

Shades of Careys Pink #C1999A

Tints of Careys Pink #C1999A

Color information

#C1999A (or 0xC1999A) is unknown color: approx Careys Pink. HEX triplet: C1, 99 and 9A. RGB value is (193,153,154). Sum of RGB (Red+Green+Blue) = 193+153+154=500 (66% of max value = 765). Red value is 193 (75.78% from 255 or 38.6% from 500); Green value is 153 (60.16% from 255 or 30.6% from 500); Blue value is 154 (60.55% from 255 or 30.8% from 500); Max value from RGB is 193 - color contains mainly: red. Hex color #C1999A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C1999A is #3E6665. Grayscale: #A5A5A5. Windows color (decimal): -4089446 or 10131905. OLE color: 10131905.

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

Color convert

RGB193153154-
CMYK00.210.200.24
HSL358.5º24.39%67.84%-
HSV(B)358.5º20.73%75.69%-
XYZ39.2236.4535.54-
YUV165.07121.75147.92-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 38.6%
GREEN value IS 153 (60.16% from 255) = 30.6%
BLUE value IS 154 (60.55% from 255) = 30.8%
R=38.6%
G=30.6%
B=30.8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.20
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19315315400.210.200.24358.524.3967.84
HexC1999A01514181661844
Octal301231232025243054630104
Binary1100000110011001100110100101011010011000101100110110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1999A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1999A; }

 p { color: rgb(193,153,154); }

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

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

 a { background-color: rgb(193,153,154); }

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

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

 span { border-color: rgb(193,153,154); }

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