#C99091

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

Shades of Careys Pink #C99091

Tints of Careys Pink #C99091

Color information

#C99091 (or 0xC99091) is unknown color: approx Careys Pink. HEX triplet: C9, 90 and 91. RGB value is (201,144,145). Sum of RGB (Red+Green+Blue) = 201+144+145=490 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.02% from 490); Green value is 144 (56.64% from 255 or 29.39% from 490); Blue value is 145 (57.03% from 255 or 29.59% from 490); Max value from RGB is 201 - color contains mainly: red. Hex color #C99091 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C99091 is #366F6E. Grayscale: #A1A1A1. Windows color (decimal): -3567471 or 9539785. OLE color: 9539785.

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

Color convert

RGB201144145-
CMYK00.280.280.21
HSL358.95º34.55%67.65%-
HSV(B)358.95º28.36%78.82%-
XYZ39.1734.4131.36-
YUV161.16118.88156.42-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 41.02%
GREEN value IS 144 (56.64% from 255) = 29.39%
BLUE value IS 145 (57.03% from 255) = 29.59%
R=41.02%
G=29.39%
B=29.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.28
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20114414500.280.280.21358.9534.5567.65
HexC9909101C1C151672344
Octal311220221034342554743104
Binary11001001100100001001000101110011100101011011001111000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C99091

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C99091; }

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

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

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

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

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

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

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

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