#C89495

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

Shades of Careys Pink #C89495

Tints of Careys Pink #C89495

Color information

#C89495 (or 0xC89495) is unknown color: approx Careys Pink. HEX triplet: C8, 94 and 95. RGB value is (200,148,149). Sum of RGB (Red+Green+Blue) = 200+148+149=497 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.24% from 497); Green value is 148 (58.20% from 255 or 29.78% from 497); Blue value is 149 (58.59% from 255 or 29.98% from 497); Max value from RGB is 200 - color contains mainly: red. Hex color #C89495 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C89495 is #376B6A. Grayscale: #A3A3A3. Windows color (decimal): -3631979 or 9802952. OLE color: 9802952.

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

Color convert

RGB200148149-
CMYK00.260.260.22
HSL358.85º32.1%68.24%-
HSV(B)358.85º26%78.43%-
XYZ39.8335.6333.21-
YUV163.66119.73153.92-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 40.24%
GREEN value IS 148 (58.20% from 255) = 29.78%
BLUE value IS 149 (58.59% from 255) = 29.98%
R=40.24%
G=29.78%
B=29.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.26
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20014814900.260.260.22358.8532.168.24
HexC8949501A1A161672044
Octal310224225032322654740104
Binary11001000100101001001010101101011010101101011001111000001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C89495

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C89495; }

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

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

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

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

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

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

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

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