#C89297

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

Shades of Careys Pink #C89297

Tints of Careys Pink #C89297

Color information

#C89297 (or 0xC89297) is unknown color: approx Careys Pink. HEX triplet: C8, 92 and 97. RGB value is (200,146,151). Sum of RGB (Red+Green+Blue) = 200+146+151=497 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.24% from 497); Green value is 146 (57.42% from 255 or 29.38% from 497); Blue value is 151 (59.38% from 255 or 30.38% from 497); Max value from RGB is 200 - color contains mainly: red. Hex color #C89297 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C89297 is #376D68. Grayscale: #A2A2A2. Windows color (decimal): -3632489 or 9933512. OLE color: 9933512.

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

Color convert

RGB200146151-
CMYK00.270.240.22
HSL354.44º32.93%67.84%-
HSV(B)354.44º27%78.43%-
XYZ39.6835.0733.96-
YUV162.72121.39154.59-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 40.24%
GREEN value IS 146 (57.42% from 255) = 29.38%
BLUE value IS 151 (59.38% from 255) = 30.38%
R=40.24%
G=29.38%
B=30.38%

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
Decimal20014615100.270.240.22354.4432.9367.84
HexC8929701B18161622144
Octal310222227033302654241104
Binary11001000100100101001011101101111000101101011000101000011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C89297

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C89297; }

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

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

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

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

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

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

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

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