#C89195

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

Shades of Careys Pink #C89195

Tints of Careys Pink #C89195

Color information

#C89195 (or 0xC89195) is unknown color: approx Careys Pink. HEX triplet: C8, 91 and 95. RGB value is (200,145,149). Sum of RGB (Red+Green+Blue) = 200+145+149=494 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.49% from 494); Green value is 145 (57.03% from 255 or 29.35% from 494); Blue value is 149 (58.59% from 255 or 30.16% from 494); Max value from RGB is 200 - color contains mainly: red. Hex color #C89195 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C89195 is #376E6A. Grayscale: #A1A1A1. Windows color (decimal): -3632747 or 9802184. OLE color: 9802184.

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

Color convert

RGB200145149-
CMYK00.280.260.22
HSL355.64º33.33%67.65%-
HSV(B)355.64º27.5%78.43%-
XYZ39.3734.733.06-
YUV161.9120.72155.17-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 40.49%
GREEN value IS 145 (57.03% from 255) = 29.35%
BLUE value IS 149 (58.59% from 255) = 30.16%
R=40.49%
G=29.35%
B=30.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.26
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20014514900.280.260.22355.6433.3367.65
HexC8919501C1A161642144
Octal310221225034322654441104
Binary11001000100100011001010101110011010101101011001001000011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C89195

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C89195; }

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

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

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

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

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

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

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

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