#C99394

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

Shades of Careys Pink #C99394

Tints of Careys Pink #C99394

Color information

#C99394 (or 0xC99394) is unknown color: approx Careys Pink. HEX triplet: C9, 93 and 94. RGB value is (201,147,148). Sum of RGB (Red+Green+Blue) = 201+147+148=496 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.52% from 496); Green value is 147 (57.81% from 255 or 29.64% from 496); Blue value is 148 (58.20% from 255 or 29.84% from 496); Max value from RGB is 201 - color contains mainly: red. Hex color #C99394 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C99394 is #366C6B. Grayscale: #A3A3A3. Windows color (decimal): -3566700 or 9737161. OLE color: 9737161.

HSL color Cylindrical-coordinate representation of color #C99394: hue angle of 358.89º degrees, saturation: 0.33, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C99394 is Cyan = 0, Magento = 0.27, Yellow = 0.26 and Black (K on CMYK) = 0.21.

Color convert

RGB201147148-
CMYK00.270.260.21
HSL358.89º33.33%68.24%-
HSV(B)358.89º26.87%78.82%-
XYZ39.8735.4232.75-
YUV163.26119.39154.92-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 40.52%
GREEN value IS 147 (57.81% from 255) = 29.64%
BLUE value IS 148 (58.20% from 255) = 29.84%
R=40.52%
G=29.64%
B=29.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.26
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20114714800.270.260.21358.8933.3368.24
HexC9939401B1A151672144
Octal311223224033322554741104
Binary11001001100100111001010001101111010101011011001111000011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C99394

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C99394; }

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

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

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

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

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

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

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

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