Html Css Color HEX #8C305F Rose Bud Cherry

📋 copy color: '#8C305F'

red 140 ◦ green 48 ◦ blue 95

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

Shades of Rose Bud Cherry #8C305F

Tints of Rose Bud Cherry #8C305F

RGB

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

 GREEN value IS 48 (19.14% from 255) = 16.96%

 BLUE value IS 95 (37.5% from 255) = 33.57%

R = 49.47%
G = 16.96%
B = 33.57%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.32

 K value IS 0.45

RGB Variations

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

Color information

#8C305F (or 0x8C305F) is known color: Rose Bud Cherry. HEX triplet: 8C, 30 and 5F. RGB value is (140,48,95). Sum of RGB (Red+Green+Blue) = 140+48+95=283 (37% of max value = 765). Red value is 140 (55.08% from 255 or 49.47% from 283); Green value is 48 (19.14% from 255 or 16.96% from 283); Blue value is 95 (37.5% from 255 or 33.57% from 283); Max value from RGB is 140 - color contains mainly: red. Hex color #8C305F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C305F is #73CFA0. Grayscale: #505050. Windows color (decimal): -7589793 or 6238348. OLE color: 6238348.

HSL color Cylindrical-coordinate representation of color #8C305F: hue angle of 329.35º degrees, saturation: 0.49, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8C305F is Cyan = 0, Magento = 0.66, Yellow = 0.32 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 48 95 -
CMYK 0 0.66 0.32 0.45
HSL 329.35º 0.49% 0.37% -
HSV(B) 329.35º 0.66% 0.55% -
XYZ 13.94 8.52 11.74 -
YUV 80.87 135.98 170.18 -
System Red Green Blue C M Y K H S L
Decimal 140 48 95 0 0.66 0.32 0.45 329.35 0.49 0.37
Hex 8C 30 5F 0 42 20 2D 149 31 25
Octal 214 60 137 0 102 40 55 511 61 45
Binary 10001100 110000 1011111 0 1000010 100000 101101 101001001 110001 100101

Color Harmonies of #8C305F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C305F

Black with #8C305F

Text Example


Text Example

White with #8C305F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,48,95); }

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

background-color css

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

 a { background-color: rgb(140,48,95); }

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

border-color css

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

 span { border-color: rgb(140,48,95); }

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