#C89193

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

Shades of Careys Pink #C89193

Tints of Careys Pink #C89193

Color information

#C89193 (or 0xC89193) is unknown color: approx Careys Pink. HEX triplet: C8, 91 and 93. RGB value is (200,145,147). Sum of RGB (Red+Green+Blue) = 200+145+147=492 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.65% from 492); Green value is 145 (57.03% from 255 or 29.47% from 492); Blue value is 147 (57.81% from 255 or 29.88% from 492); Max value from RGB is 200 - color contains mainly: red. Hex color #C89193 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C89193 is #376E6C. Grayscale: #A1A1A1. Windows color (decimal): -3632749 or 9671112. OLE color: 9671112.

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

Color convert

RGB200145147-
CMYK00.280.260.22
HSL357.82º33.33%67.65%-
HSV(B)357.82º27.5%78.43%-
XYZ39.2134.6432.22-
YUV161.67119.72155.34-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 40.65%
GREEN value IS 145 (57.03% from 255) = 29.47%
BLUE value IS 147 (57.81% from 255) = 29.88%
R=40.65%
G=29.47%
B=29.88%

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
Decimal20014514700.280.260.22357.8233.3367.65
HexC8919301C1A161662144
Octal310221223034322654641104
Binary11001000100100011001001101110011010101101011001101000011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C89193

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C89193; }

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

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

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

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

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

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

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

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