#C89394

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

Shades of Careys Pink #C89394

Tints of Careys Pink #C89394

Color information

#C89394 (or 0xC89394) is unknown color: approx Careys Pink. HEX triplet: C8, 93 and 94. RGB value is (200,147,148). Sum of RGB (Red+Green+Blue) = 200+147+148=495 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.40% from 495); Green value is 147 (57.81% from 255 or 29.70% from 495); Blue value is 148 (58.20% from 255 or 29.90% from 495); Max value from RGB is 200 - color contains mainly: red. Hex color #C89394 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C89394 is #376C6B. Grayscale: #A3A3A3. Windows color (decimal): -3632236 or 9737160. OLE color: 9737160.

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

Color convert

RGB200147148-
CMYK00.260.260.22
HSL358.87º32.52%68.04%-
HSV(B)358.87º26.5%78.43%-
XYZ39.635.2832.74-
YUV162.96119.56154.42-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 40.40%
GREEN value IS 147 (57.81% from 255) = 29.70%
BLUE value IS 148 (58.20% from 255) = 29.90%
R=40.40%
G=29.70%
B=29.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.26
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20014714800.260.260.22358.8732.5268.04
HexC8939401A1A161672144
Octal310223224032322654741104
Binary11001000100100111001010001101011010101101011001111000011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C89394

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C89394; }

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

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

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

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

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

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

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

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