Html Css Color HEX #8C3660 Rose Bud Cherry

📋 copy color: '#8C3660'

red 140 ◦ green 54 ◦ blue 96

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

Shades of Rose Bud Cherry #8C3660

Tints of Rose Bud Cherry #8C3660

RGB

 RED value IS 140 (55.08% from 255) = 48.28%

 GREEN value IS 54 (21.48% from 255) = 18.62%

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

R = 48.28%
G = 18.62%
B = 33.1%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.31

 K value IS 0.45

RGB Variations

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

Color information

#8C3660 (or 0x8C3660) is known color: Rose Bud Cherry. HEX triplet: 8C, 36 and 60. RGB value is (140,54,96). Sum of RGB (Red+Green+Blue) = 140+54+96=290 (38% of max value = 765). Red value is 140 (55.08% from 255 or 48.28% from 290); Green value is 54 (21.48% from 255 or 18.62% from 290); Blue value is 96 (37.89% from 255 or 33.10% from 290); Max value from RGB is 140 - color contains mainly: red. Hex color #8C3660 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C3660 is #73C99F. Grayscale: #545454. Windows color (decimal): -7588256 or 6305420. OLE color: 6305420.

HSL color Cylindrical-coordinate representation of color #8C3660: hue angle of 330.7º degrees, saturation: 0.44, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8C3660 is Cyan = 0, Magento = 0.61, Yellow = 0.31 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 54 96 -
CMYK 0 0.61 0.31 0.45
HSL 330.7º 0.44% 0.38% -
HSV(B) 330.7º 0.61% 0.55% -
XYZ 14.25 9.06 12.06 -
YUV 84.5 134.49 167.58 -
System Red Green Blue C M Y K H S L
Decimal 140 54 96 0 0.61 0.31 0.45 330.7 0.44 0.38
Hex 8C 36 60 0 3D 1F 2D 14B 2C 26
Octal 214 66 140 0 75 37 55 513 54 46
Binary 10001100 110110 1100000 0 111101 11111 101101 101001011 101100 100110

Color Harmonies of #8C3660

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C3660

Black with #8C3660

Text Example


Text Example

White with #8C3660

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8C3660; }

 p { color: rgb(140,54,96); }

 H1.HeaderClassName
 {
   color: #8C3660;
 }
 .AnyTagClassName
 {
   color: #8C3660;
 }
</style>

background-color css

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

 a { background-color: rgb(140,54,96); }

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

border-color css

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

 span { border-color: rgb(140,54,96); }

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