#C89094

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

Shades of Careys Pink #C89094

Tints of Careys Pink #C89094

Color information

#C89094 (or 0xC89094) is unknown color: approx Careys Pink. HEX triplet: C8, 90 and 94. RGB value is (200,144,148). Sum of RGB (Red+Green+Blue) = 200+144+148=492 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.65% from 492); Green value is 144 (56.64% from 255 or 29.27% from 492); Blue value is 148 (58.20% from 255 or 30.08% from 492); Max value from RGB is 200 - color contains mainly: red. Hex color #C89094 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C89094 is #376F6B. Grayscale: #A1A1A1. Windows color (decimal): -3633004 or 9736392. OLE color: 9736392.

HSL color Cylindrical-coordinate representation of color #C89094: hue angle of 355.71º degrees, saturation: 0.34, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C89094 is Cyan = 0, Magento = 0.28, Yellow = 0.26 and Black (K on CMYK) = 0.22.

Color convert

RGB200144148-
CMYK00.280.260.22
HSL355.71º33.73%67.45%-
HSV(B)355.71º28%78.43%-
XYZ39.1434.3632.59-
YUV161.2120.55155.67-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 40.65%
GREEN value IS 144 (56.64% from 255) = 29.27%
BLUE value IS 148 (58.20% from 255) = 30.08%
R=40.65%
G=29.27%
B=30.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.26
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20014414800.280.260.22355.7133.7367.45
HexC8909401C1A161642243
Octal310220224034322654442103
Binary11001000100100001001010001110011010101101011001001000101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C89094

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C89094; }

 p { color: rgb(200,144,148); }

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

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

 a { background-color: rgb(200,144,148); }

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

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

 span { border-color: rgb(200,144,148); }

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