#C1999B

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

Shades of Careys Pink #C1999B

Tints of Careys Pink #C1999B

Color information

#C1999B (or 0xC1999B) is unknown color: approx Careys Pink. HEX triplet: C1, 99 and 9B. RGB value is (193,153,155). Sum of RGB (Red+Green+Blue) = 193+153+155=501 (66% of max value = 765). Red value is 193 (75.78% from 255 or 38.52% from 501); Green value is 153 (60.16% from 255 or 30.54% from 501); Blue value is 155 (60.94% from 255 or 30.94% from 501); Max value from RGB is 193 - color contains mainly: red. Hex color #C1999B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C1999B is #3E6664. Grayscale: #A5A5A5. Windows color (decimal): -4089445 or 10197441. OLE color: 10197441.

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

Color convert

RGB193153155-
CMYK00.210.200.24
HSL357º24.39%67.84%-
HSV(B)357º20.73%75.69%-
XYZ39.336.4935.98-
YUV165.19122.25147.84-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 38.52%
GREEN value IS 153 (60.16% from 255) = 30.54%
BLUE value IS 155 (60.94% from 255) = 30.94%
R=38.52%
G=30.54%
B=30.94%

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
Decimal19315315500.210.200.2435724.3967.84
HexC1999B01514181651844
Octal301231233025243054530104
Binary1100000110011001100110110101011010011000101100101110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1999B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1999B; }

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

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

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

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

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

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

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

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