#C49091

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

Shades of Careys Pink #C49091

Tints of Careys Pink #C49091

Color information

#C49091 (or 0xC49091) is unknown color: approx Careys Pink. HEX triplet: C4, 90 and 91. RGB value is (196,144,145). Sum of RGB (Red+Green+Blue) = 196+144+145=485 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40.41% from 485); Green value is 144 (56.64% from 255 or 29.69% from 485); Blue value is 145 (57.03% from 255 or 29.90% from 485); Max value from RGB is 196 - color contains mainly: red. Hex color #C49091 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C49091 is #3B6F6E. Grayscale: #9F9F9F. Windows color (decimal): -3895151 or 9539780. OLE color: 9539780.

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

Color convert

RGB196144145-
CMYK00.270.260.23
HSL358.85º30.59%66.67%-
HSV(B)358.85º26.53%76.86%-
XYZ37.8533.7331.3-
YUV159.66119.73153.92-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 40.41%
GREEN value IS 144 (56.64% from 255) = 29.69%
BLUE value IS 145 (57.03% from 255) = 29.90%
R=40.41%
G=29.69%
B=29.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.26
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19614414500.270.260.23358.8530.5966.67
HexC4909101B1A171671f43
Octal304220221033322754737103
Binary1100010010010000100100010110111101010111101100111111111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C49091

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C49091; }

 p { color: rgb(196,144,145); }

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

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

 a { background-color: rgb(196,144,145); }

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

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

 span { border-color: rgb(196,144,145); }

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