#C89294

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

Shades of Careys Pink #C89294

Tints of Careys Pink #C89294

Color information

#C89294 (or 0xC89294) is unknown color: approx Careys Pink. HEX triplet: C8, 92 and 94. RGB value is (200,146,148). Sum of RGB (Red+Green+Blue) = 200+146+148=494 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.49% from 494); Green value is 146 (57.42% from 255 or 29.55% from 494); Blue value is 148 (58.20% from 255 or 29.96% from 494); Max value from RGB is 200 - color contains mainly: red. Hex color #C89294 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C89294 is #376D6B. Grayscale: #A2A2A2. Windows color (decimal): -3632492 or 9736904. OLE color: 9736904.

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

Color convert

RGB200146148-
CMYK00.270.260.22
HSL357.78º32.93%67.84%-
HSV(B)357.78º27%78.43%-
XYZ39.4434.9832.69-
YUV162.37119.89154.84-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 40.49%
GREEN value IS 146 (57.42% from 255) = 29.55%
BLUE value IS 148 (58.20% from 255) = 29.96%
R=40.49%
G=29.55%
B=29.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.26
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20014614800.270.260.22357.7832.9367.84
HexC8929401B1A161662144
Octal310222224033322654641104
Binary11001000100100101001010001101111010101101011001101000011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C89294

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C89294; }

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

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

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

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

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

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

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

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