#C89295

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

Shades of Careys Pink #C89295

Tints of Careys Pink #C89295

Color information

#C89295 (or 0xC89295) is unknown color: approx Careys Pink. HEX triplet: C8, 92 and 95. RGB value is (200,146,149). Sum of RGB (Red+Green+Blue) = 200+146+149=495 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.40% from 495); Green value is 146 (57.42% from 255 or 29.49% from 495); Blue value is 149 (58.59% from 255 or 30.10% from 495); Max value from RGB is 200 - color contains mainly: red. Hex color #C89295 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C89295 is #376D6A. Grayscale: #A2A2A2. Windows color (decimal): -3632491 or 9802440. OLE color: 9802440.

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

Color convert

RGB200146149-
CMYK00.270.260.22
HSL356.67º32.93%67.84%-
HSV(B)356.67º27%78.43%-
XYZ39.5235.0133.11-
YUV162.49120.39154.76-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 40.40%
GREEN value IS 146 (57.42% from 255) = 29.49%
BLUE value IS 149 (58.59% from 255) = 30.10%
R=40.40%
G=29.49%
B=30.10%

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
Decimal20014614900.270.260.22356.6732.9367.84
HexC8929501B1A161652144
Octal310222225033322654541104
Binary11001000100100101001010101101111010101101011001011000011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C89295

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C89295; }

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

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

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

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

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

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

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

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