#C59394

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

Shades of Careys Pink #C59394

Tints of Careys Pink #C59394

Color information

#C59394 (or 0xC59394) is unknown color: approx Careys Pink. HEX triplet: C5, 93 and 94. RGB value is (197,147,148). Sum of RGB (Red+Green+Blue) = 197+147+148=492 (65% of max value = 765). Red value is 197 (77.34% from 255 or 40.04% from 492); Green value is 147 (57.81% from 255 or 29.88% from 492); Blue value is 148 (58.20% from 255 or 30.08% from 492); Max value from RGB is 197 - color contains mainly: red. Hex color #C59394 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C59394 is #3A6C6B. Grayscale: #A2A2A2. Windows color (decimal): -3828844 or 9737157. OLE color: 9737157.

HSL color Cylindrical-coordinate representation of color #C59394: hue angle of 358.8º degrees, saturation: 0.3, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C59394 is Cyan = 0, Magento = 0.25, Yellow = 0.25 and Black (K on CMYK) = 0.23.

Color convert

RGB197147148-
CMYK00.250.250.23
HSL358.8º30.12%67.45%-
HSV(B)358.8º25.38%77.25%-
XYZ38.834.8832.7-
YUV162.06120.06152.92-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 40.04%
GREEN value IS 147 (57.81% from 255) = 29.88%
BLUE value IS 148 (58.20% from 255) = 30.08%
R=40.04%
G=29.88%
B=30.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.25
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19714714800.250.250.23358.830.1267.45
HexC5939401919171671e43
Octal305223224031312754736103
Binary1100010110010011100101000110011100110111101100111111101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C59394

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C59394; }

 p { color: rgb(197,147,148); }

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

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

 a { background-color: rgb(197,147,148); }

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

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

 span { border-color: rgb(197,147,148); }

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