#C89296

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

Shades of Careys Pink #C89296

Tints of Careys Pink #C89296

Color information

#C89296 (or 0xC89296) is unknown color: approx Careys Pink. HEX triplet: C8, 92 and 96. RGB value is (200,146,150). Sum of RGB (Red+Green+Blue) = 200+146+150=496 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.32% from 496); Green value is 146 (57.42% from 255 or 29.44% from 496); Blue value is 150 (58.98% from 255 or 30.24% from 496); Max value from RGB is 200 - color contains mainly: red. Hex color #C89296 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C89296 is #376D69. Grayscale: #A2A2A2. Windows color (decimal): -3632490 or 9867976. OLE color: 9867976.

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

Color convert

RGB200146150-
CMYK00.270.250.22
HSL355.56º32.93%67.84%-
HSV(B)355.56º27%78.43%-
XYZ39.635.0433.53-
YUV162.6120.89154.67-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 40.32%
GREEN value IS 146 (57.42% from 255) = 29.44%
BLUE value IS 150 (58.98% from 255) = 30.24%
R=40.32%
G=29.44%
B=30.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.25
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20014615000.270.250.22355.5632.9367.84
HexC8929601B19161642144
Octal310222226033312654441104
Binary11001000100100101001011001101111001101101011001001000011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C89296

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C89296; }

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

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

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

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

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

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

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

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