#C89F94

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

Shades of Rose #C89F94

Tints of Rose #C89F94

Color information

#C89F94 (or 0xC89F94) is unknown color: approx Rose. HEX triplet: C8, 9F and 94. RGB value is (200,159,148). Sum of RGB (Red+Green+Blue) = 200+159+148=507 (67% of max value = 765). Red value is 200 (78.52% from 255 or 39.45% from 507); Green value is 159 (62.5% from 255 or 31.36% from 507); Blue value is 148 (58.20% from 255 or 29.19% from 507); Max value from RGB is 200 - color contains mainly: red. Hex color #C89F94 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C89F94 is #37606B. Grayscale: #AAAAAA. Windows color (decimal): -3629164 or 9740232. OLE color: 9740232.

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

Color convert

RGB200159148-
CMYK00.200.260.22
HSL12.69º32.1%68.24%-
HSV(B)12.69º26%78.43%-
XYZ41.5639.2133.4-
YUV170115.58149.39-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 39.45%
GREEN value IS 159 (62.5% from 255) = 31.36%
BLUE value IS 148 (58.20% from 255) = 29.19%
R=39.45%
G=31.36%
B=29.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.26
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20015914800.200.260.2212.6932.168.24
HexC89F940141A16d2044
Octal31023722402432261540104
Binary110010001001111110010100010100110101011011011000001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C89F94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C89F94; }

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

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

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

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

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

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

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

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