#C19599

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

Shades of Careys Pink #C19599

Tints of Careys Pink #C19599

Color information

#C19599 (or 0xC19599) is unknown color: approx Careys Pink. HEX triplet: C1, 95 and 99. RGB value is (193,149,153). Sum of RGB (Red+Green+Blue) = 193+149+153=495 (65% of max value = 765). Red value is 193 (75.78% from 255 or 38.99% from 495); Green value is 149 (58.59% from 255 or 30.10% from 495); Blue value is 153 (60.16% from 255 or 30.91% from 495); Max value from RGB is 193 - color contains mainly: red. Hex color #C19599 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C19599 is #3E6A66. Grayscale: #A2A2A2. Windows color (decimal): -4090471 or 10065345. OLE color: 10065345.

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

Color convert

RGB193149153-
CMYK00.230.210.24
HSL354.55º26.19%67.06%-
HSV(B)354.55º22.8%75.69%-
XYZ38.4935.1334.89-
YUV162.61122.58149.67-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 38.99%
GREEN value IS 149 (58.59% from 255) = 30.10%
BLUE value IS 153 (60.16% from 255) = 30.91%
R=38.99%
G=30.10%
B=30.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.21
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19314915300.230.210.24354.5526.1967.06
HexC1959901715181631a43
Octal301225231027253054332103
Binary1100000110010101100110010101111010111000101100011110101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C19599

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C19599; }

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

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

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

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

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

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

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

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