Html Css Color HEX #8C385A Rose Bud Cherry

📋 copy color: '#8C385A'

red 140 ◦ green 56 ◦ blue 90

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

Shades of Rose Bud Cherry #8C385A

Tints of Rose Bud Cherry #8C385A

RGB

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

 GREEN value IS 56 (22.27% from 255) = 19.58%

 BLUE value IS 90 (35.55% from 255) = 31.47%

R = 48.95%
G = 19.58%
B = 31.47%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.36

 K value IS 0.45

RGB Variations

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

Color information

#8C385A (or 0x8C385A) is known color: Rose Bud Cherry. HEX triplet: 8C, 38 and 5A. RGB value is (140,56,90). Sum of RGB (Red+Green+Blue) = 140+56+90=286 (37% of max value = 765). Red value is 140 (55.08% from 255 or 48.95% from 286); Green value is 56 (22.27% from 255 or 19.58% from 286); Blue value is 90 (35.55% from 255 or 31.47% from 286); Max value from RGB is 140 - color contains mainly: red. Hex color #8C385A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C385A is #73C7A5. Grayscale: #545454. Windows color (decimal): -7587750 or 5912716. OLE color: 5912716.

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

Color convert

RGB 140 56 90 -
CMYK 0 0.6 0.36 0.45
HSL 335.71º 0.43% 0.38% -
HSV(B) 335.71º 0.6% 0.55% -
XYZ 14.07 9.14 10.7 -
YUV 84.99 130.83 167.24 -
System Red Green Blue C M Y K H S L
Decimal 140 56 90 0 0.6 0.36 0.45 335.71 0.43 0.38
Hex 8C 38 5A 0 3C 24 2D 150 2B 26
Octal 214 70 132 0 74 44 55 520 53 46
Binary 10001100 111000 1011010 0 111100 100100 101101 101010000 101011 100110

Color Harmonies of #8C385A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C385A

Black with #8C385A

Text Example


Text Example

White with #8C385A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,56,90); }

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

background-color css

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

 a { background-color: rgb(140,56,90); }

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

border-color css

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

 span { border-color: rgb(140,56,90); }

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