Html Css Color HEX #893C60 Rose Bud Cherry

📋 copy color: '#893C60'

red 137 ◦ green 60 ◦ blue 96

#893C60
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rose Bud Cherry #893C60

Tints of Rose Bud Cherry #893C60

RGB

 RED value IS 137 (53.91% from 255) = 46.76%

 GREEN value IS 60 (23.83% from 255) = 20.48%

 BLUE value IS 96 (37.89% from 255) = 32.76%

R = 46.76%
G = 20.48%
B = 32.76%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.30

 K value IS 0.46

RGB Variations

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

Color information

#893C60 (or 0x893C60) is known color: Rose Bud Cherry. HEX triplet: 89, 3C and 60. RGB value is (137,60,96). Sum of RGB (Red+Green+Blue) = 137+60+96=293 (38% of max value = 765). Red value is 137 (53.91% from 255 or 46.76% from 293); Green value is 60 (23.83% from 255 or 20.48% from 293); Blue value is 96 (37.89% from 255 or 32.76% from 293); Max value from RGB is 137 - color contains mainly: red. Hex color #893C60 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #893C60 is #76C39F. Grayscale: #575757. Windows color (decimal): -7783328 or 6306953. OLE color: 6306953.

HSL color Cylindrical-coordinate representation of color #893C60: hue angle of 331.95º degrees, saturation: 0.39, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #893C60 is Cyan = 0, Magento = 0.56, Yellow = 0.30 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 60 96 -
CMYK 0 0.56 0.30 0.46
HSL 331.95º 0.39% 0.39% -
HSV(B) 331.95º 0.56% 0.54% -
XYZ 14.04 9.39 12.14 -
YUV 87.13 133.01 163.57 -
System Red Green Blue C M Y K H S L
Decimal 137 60 96 0 0.56 0.30 0.46 331.95 0.39 0.39
Hex 89 3C 60 0 38 1E 2E 14C 27 27
Octal 211 74 140 0 70 36 56 514 47 47
Binary 10001001 111100 1100000 0 111000 11110 101110 101001100 100111 100111

Color Harmonies of #893C60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #893C60

Black with #893C60

Text Example


Text Example

White with #893C60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #893C60; }

 p { color: rgb(137,60,96); }

 H1.HeaderClassName
 {
   color: #893C60;
 }
 .AnyTagClassName
 {
   color: #893C60;
 }
</style>

background-color css

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

 a { background-color: rgb(137,60,96); }

 div.DivClassName
 {
   background-color: #893C60;
 }
 .BgClassName
 {
   background-color: #893C60;
 }
</style>

border-color css

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

 span { border-color: rgb(137,60,96); }

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