#C89496

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

Shades of Careys Pink #C89496

Tints of Careys Pink #C89496

Color information

#C89496 (or 0xC89496) is unknown color: approx Careys Pink. HEX triplet: C8, 94 and 96. RGB value is (200,148,150). Sum of RGB (Red+Green+Blue) = 200+148+150=498 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.16% from 498); Green value is 148 (58.20% from 255 or 29.72% from 498); Blue value is 150 (58.98% from 255 or 30.12% from 498); Max value from RGB is 200 - color contains mainly: red. Hex color #C89496 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C89496 is #376B69. Grayscale: #A3A3A3. Windows color (decimal): -3631978 or 9868488. OLE color: 9868488.

HSL color Cylindrical-coordinate representation of color #C89496: hue angle of 357.69º degrees, saturation: 0.32, 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 #C89496 is Cyan = 0, Magento = 0.26, Yellow = 0.25 and Black (K on CMYK) = 0.22.

Color convert

RGB200148150-
CMYK00.260.250.22
HSL357.69º32.1%68.24%-
HSV(B)357.69º26%78.43%-
XYZ39.9135.6633.63-
YUV163.78120.23153.84-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 40.16%
GREEN value IS 148 (58.20% from 255) = 29.72%
BLUE value IS 150 (58.98% from 255) = 30.12%
R=40.16%
G=29.72%
B=30.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.25
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20014815000.260.250.22357.6932.168.24
HexC8949601A19161662044
Octal310224226032312654640104
Binary11001000100101001001011001101011001101101011001101000001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C89496

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C89496; }

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

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

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

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

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

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

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

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