#C9989A

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

Shades of Careys Pink #C9989A

Tints of Careys Pink #C9989A

Color information

#C9989A (or 0xC9989A) is unknown color: approx Careys Pink. HEX triplet: C9, 98 and 9A. RGB value is (201,152,154). Sum of RGB (Red+Green+Blue) = 201+152+154=507 (67% of max value = 765). Red value is 201 (78.91% from 255 or 39.64% from 507); Green value is 152 (59.77% from 255 or 29.98% from 507); Blue value is 154 (60.55% from 255 or 30.37% from 507); Max value from RGB is 201 - color contains mainly: red. Hex color #C9989A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C9989A is #366765. Grayscale: #A6A6A6. Windows color (decimal): -3565414 or 10131657. OLE color: 10131657.

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

Color convert

RGB201152154-
CMYK00.240.230.21
HSL357.55º31.21%69.22%-
HSV(B)357.55º24.38%78.82%-
XYZ41.1537.2135.58-
YUV166.88120.73152.34-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 39.64%
GREEN value IS 152 (59.77% from 255) = 29.98%
BLUE value IS 154 (60.55% from 255) = 30.37%
R=39.64%
G=29.98%
B=30.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.23
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20115215400.240.230.21357.5531.2169.22
HexC9989A01817151661f45
Octal311230232030272554637105
Binary1100100110011000100110100110001011110101101100110111111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9989A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9989A; }

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

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

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

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

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

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

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

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