#C9949C

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

Shades of Careys Pink #C9949C

Tints of Careys Pink #C9949C

Color information

#C9949C (or 0xC9949C) is unknown color: approx Careys Pink. HEX triplet: C9, 94 and 9C. RGB value is (201,148,156). Sum of RGB (Red+Green+Blue) = 201+148+156=505 (66% of max value = 765). Red value is 201 (78.91% from 255 or 39.80% from 505); Green value is 148 (58.20% from 255 or 29.31% from 505); Blue value is 156 (61.33% from 255 or 30.89% from 505); Max value from RGB is 201 - color contains mainly: red. Hex color #C9949C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C9949C is #366B63. Grayscale: #A4A4A4. Windows color (decimal): -3566436 or 10261705. OLE color: 10261705.

HSL color Cylindrical-coordinate representation of color #C9949C: hue angle of 350.94º 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 #C9949C is Cyan = 0, Magento = 0.26, Yellow = 0.22 and Black (K on CMYK) = 0.21.

Color convert

RGB201148156-
CMYK00.260.220.21
HSL350.94º32.92%68.43%-
HSV(B)350.94º26.37%78.82%-
XYZ40.683636.26-
YUV164.76123.06153.85-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 39.80%
GREEN value IS 148 (58.20% from 255) = 29.31%
BLUE value IS 156 (61.33% from 255) = 30.89%
R=39.80%
G=29.31%
B=30.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.22
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20114815600.260.220.21350.9432.9268.43
HexC9949C01A161515f2144
Octal311224234032262553741104
Binary11001001100101001001110001101010110101011010111111000011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9949C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9949C; }

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

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

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

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

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

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

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

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