#C9949A

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

Shades of Careys Pink #C9949A

Tints of Careys Pink #C9949A

Color information

#C9949A (or 0xC9949A) is unknown color: approx Careys Pink. HEX triplet: C9, 94 and 9A. RGB value is (201,148,154). Sum of RGB (Red+Green+Blue) = 201+148+154=503 (66% of max value = 765). Red value is 201 (78.91% from 255 or 39.96% from 503); Green value is 148 (58.20% from 255 or 29.42% from 503); Blue value is 154 (60.55% from 255 or 30.62% from 503); Max value from RGB is 201 - color contains mainly: red. Hex color #C9949A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C9949A is #366B65. Grayscale: #A4A4A4. Windows color (decimal): -3566438 or 10130633. OLE color: 10130633.

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

Color convert

RGB201148154-
CMYK00.260.230.21
HSL353.21º32.92%68.43%-
HSV(B)353.21º26.37%78.82%-
XYZ40.5135.9335.37-
YUV164.53122.06154.01-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 39.96%
GREEN value IS 148 (58.20% from 255) = 29.42%
BLUE value IS 154 (60.55% from 255) = 30.62%
R=39.96%
G=29.42%
B=30.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.23
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20114815400.260.230.21353.2132.9268.43
HexC9949A01A17151612144
Octal311224232032272554141104
Binary11001001100101001001101001101010111101011011000011000011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9949A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9949A; }

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

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

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

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

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

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

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

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