#C89197

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

Shades of Careys Pink #C89197

Tints of Careys Pink #C89197

Color information

#C89197 (or 0xC89197) is unknown color: approx Careys Pink. HEX triplet: C8, 91 and 97. RGB value is (200,145,151). Sum of RGB (Red+Green+Blue) = 200+145+151=496 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.32% from 496); Green value is 145 (57.03% from 255 or 29.23% from 496); Blue value is 151 (59.38% from 255 or 30.44% from 496); Max value from RGB is 200 - color contains mainly: red. Hex color #C89197 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C89197 is #376E68. Grayscale: #A2A2A2. Windows color (decimal): -3632745 or 9933256. OLE color: 9933256.

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

Color convert

RGB200145151-
CMYK00.280.240.22
HSL353.45º33.33%67.65%-
HSV(B)353.45º27.5%78.43%-
XYZ39.5334.7633.9-
YUV162.13121.72155.01-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 40.32%
GREEN value IS 145 (57.03% from 255) = 29.23%
BLUE value IS 151 (59.38% from 255) = 30.44%
R=40.32%
G=29.23%
B=30.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.24
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20014515100.280.240.22353.4533.3367.65
HexC8919701C18161612144
Octal310221227034302654141104
Binary11001000100100011001011101110011000101101011000011000011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C89197

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C89197; }

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

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

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

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

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

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

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

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