#C89298

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

Shades of Careys Pink #C89298

Tints of Careys Pink #C89298

Color information

#C89298 (or 0xC89298) is unknown color: approx Careys Pink. HEX triplet: C8, 92 and 98. RGB value is (200,146,152). Sum of RGB (Red+Green+Blue) = 200+146+152=498 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.16% from 498); Green value is 146 (57.42% from 255 or 29.32% from 498); Blue value is 152 (59.77% from 255 or 30.52% from 498); Max value from RGB is 200 - color contains mainly: red. Hex color #C89298 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C89298 is #376D67. Grayscale: #A2A2A2. Windows color (decimal): -3632488 or 9999048. OLE color: 9999048.

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

Color convert

RGB200146152-
CMYK00.270.240.22
HSL353.33º32.93%67.84%-
HSV(B)353.33º27%78.43%-
XYZ39.7735.134.39-
YUV162.83121.89154.51-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 40.16%
GREEN value IS 146 (57.42% from 255) = 29.32%
BLUE value IS 152 (59.77% from 255) = 30.52%
R=40.16%
G=29.32%
B=30.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.24
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20014615200.270.240.22353.3332.9367.84
HexC8929801B18161612144
Octal310222230033302654141104
Binary11001000100100101001100001101111000101101011000011000011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C89298

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C89298; }

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

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

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

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

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

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

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

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