#C89D94

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

Shades of Rose #C89D94

Tints of Rose #C89D94

Color information

#C89D94 (or 0xC89D94) is unknown color: approx Rose. HEX triplet: C8, 9D and 94. RGB value is (200,157,148). Sum of RGB (Red+Green+Blue) = 200+157+148=505 (66% of max value = 765). Red value is 200 (78.52% from 255 or 39.60% from 505); Green value is 157 (61.72% from 255 or 31.09% from 505); Blue value is 148 (58.20% from 255 or 29.31% from 505); Max value from RGB is 200 - color contains mainly: red. Hex color #C89D94 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C89D94 is #37626B. Grayscale: #A8A8A8. Windows color (decimal): -3629676 or 9739720. OLE color: 9739720.

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

Color convert

RGB200157148-
CMYK00.220.260.22
HSL10.38º32.1%68.24%-
HSV(B)10.38º26%78.43%-
XYZ41.2238.5333.28-
YUV168.83116.25150.23-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 39.60%
GREEN value IS 157 (61.72% from 255) = 31.09%
BLUE value IS 148 (58.20% from 255) = 29.31%
R=39.60%
G=31.09%
B=29.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.26
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20015714800.220.260.2210.3832.168.24
HexC89D940161A16a2044
Octal31023522402632261240104
Binary110010001001110110010100010110110101011010101000001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C89D94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C89D94; }

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

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

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

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

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

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

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

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