#C1999E

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

Shades of Careys Pink #C1999E

Tints of Careys Pink #C1999E

Color information

#C1999E (or 0xC1999E) is unknown color: approx Careys Pink. HEX triplet: C1, 99 and 9E. RGB value is (193,153,158). Sum of RGB (Red+Green+Blue) = 193+153+158=504 (66% of max value = 765). Red value is 193 (75.78% from 255 or 38.29% from 504); Green value is 153 (60.16% from 255 or 30.36% from 504); Blue value is 158 (62.11% from 255 or 31.35% from 504); Max value from RGB is 193 - color contains mainly: red. Hex color #C1999E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C1999E is #3E6661. Grayscale: #A5A5A5. Windows color (decimal): -4089442 or 10394049. OLE color: 10394049.

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

Color convert

RGB193153158-
CMYK00.210.180.24
HSL352.5º24.39%67.84%-
HSV(B)352.5º20.73%75.69%-
XYZ39.5636.5937.33-
YUV165.53123.75147.59-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 38.29%
GREEN value IS 153 (60.16% from 255) = 30.36%
BLUE value IS 158 (62.11% from 255) = 31.35%
R=38.29%
G=30.36%
B=31.35%

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
Decimal19315315800.210.180.24352.524.3967.84
HexC1999E01512181601844
Octal301231236025223054030104
Binary1100000110011001100111100101011001011000101100000110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1999E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1999E; }

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

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

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

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

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

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

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

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