#C89498

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

Shades of Careys Pink #C89498

Tints of Careys Pink #C89498

Color information

#C89498 (or 0xC89498) is unknown color: approx Careys Pink. HEX triplet: C8, 94 and 98. RGB value is (200,148,152). Sum of RGB (Red+Green+Blue) = 200+148+152=500 (66% of max value = 765). Red value is 200 (78.52% from 255 or 40% from 500); Green value is 148 (58.20% from 255 or 29.6% from 500); Blue value is 152 (59.77% from 255 or 30.4% from 500); Max value from RGB is 200 - color contains mainly: red. Hex color #C89498 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C89498 is #376B67. Grayscale: #A4A4A4. Windows color (decimal): -3631976 or 9999560. OLE color: 9999560.

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

Color convert

RGB200148152-
CMYK00.260.240.22
HSL355.38º32.1%68.24%-
HSV(B)355.38º26%78.43%-
XYZ40.0835.7334.49-
YUV164121.23153.67-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 40%
GREEN value IS 148 (58.20% from 255) = 29.6%
BLUE value IS 152 (59.77% from 255) = 30.4%
R=40%
G=29.6%
B=30.4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.24
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20014815200.260.240.22355.3832.168.24
HexC8949801A18161632044
Octal310224230032302654340104
Binary11001000100101001001100001101011000101101011000111000001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C89498

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C89498; }

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

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

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

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

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

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

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

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