#C9929A

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

Shades of Careys Pink #C9929A

Tints of Careys Pink #C9929A

Color information

#C9929A (or 0xC9929A) is unknown color: approx Careys Pink. HEX triplet: C9, 92 and 9A. RGB value is (201,146,154). Sum of RGB (Red+Green+Blue) = 201+146+154=501 (66% of max value = 765). Red value is 201 (78.91% from 255 or 40.12% from 501); Green value is 146 (57.42% from 255 or 29.14% from 501); Blue value is 154 (60.55% from 255 or 30.74% from 501); Max value from RGB is 201 - color contains mainly: red. Hex color #C9929A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C9929A is #366D65. Grayscale: #A3A3A3. Windows color (decimal): -3566950 or 10130121. OLE color: 10130121.

HSL color Cylindrical-coordinate representation of color #C9929A: hue angle of 351.27º degrees, saturation: 0.34, 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 #C9929A is Cyan = 0, Magento = 0.27, Yellow = 0.23 and Black (K on CMYK) = 0.21.

Color convert

RGB201146154-
CMYK00.270.230.21
HSL351.27º33.74%68.04%-
HSV(B)351.27º27.36%78.82%-
XYZ40.235.3135.27-
YUV163.36122.72154.85-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 40.12%
GREEN value IS 146 (57.42% from 255) = 29.14%
BLUE value IS 154 (60.55% from 255) = 30.74%
R=40.12%
G=29.14%
B=30.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.23
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20114615400.270.230.21351.2733.7468.04
HexC9929A01B171515f2244
Octal311222232033272553742104
Binary11001001100100101001101001101110111101011010111111000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9929A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9929A; }

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

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

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

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

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

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

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

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