Html Css Color HEX #8C195D Rose Bud Cherry

📋 copy color: '#8C195D'

red 140 ◦ green 25 ◦ blue 93

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

Shades of Rose Bud Cherry #8C195D

Tints of Rose Bud Cherry #8C195D

RGB

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

 GREEN value IS 25 (10.16% from 255) = 9.69%

 BLUE value IS 93 (36.72% from 255) = 36.05%

R = 54.26%
G = 9.69%
B = 36.05%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.34

 K value IS 0.45

RGB Variations

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

Color information

#8C195D (or 0x8C195D) is known color: Rose Bud Cherry. HEX triplet: 8C, 19 and 5D. RGB value is (140,25,93). Sum of RGB (Red+Green+Blue) = 140+25+93=258 (34% of max value = 765). Red value is 140 (55.08% from 255 or 54.26% from 258); Green value is 25 (10.16% from 255 or 9.69% from 258); Blue value is 93 (36.72% from 255 or 36.05% from 258); Max value from RGB is 140 - color contains mainly: red. Hex color #8C195D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8C195D is #73E6A2. Grayscale: #424242. Windows color (decimal): -7595683 or 6101388. OLE color: 6101388.

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

Color convert

RGB 140 25 93 -
CMYK 0 0.82 0.34 0.45
HSL 324.52º 0.7% 0.32% -
HSV(B) 324.52º 0.82% 0.55% -
XYZ 13.14 7.06 11.03 -
YUV 67.14 142.6 179.97 -
System Red Green Blue C M Y K H S L
Decimal 140 25 93 0 0.82 0.34 0.45 324.52 0.7 0.32
Hex 8C 19 5D 0 52 22 2D 145 46 20
Octal 214 31 135 0 122 42 55 505 106 40
Binary 10001100 11001 1011101 0 1010010 100010 101101 101000101 1000110 100000

Color Harmonies of #8C195D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C195D

Black with #8C195D

Text Example


Text Example

White with #8C195D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,25,93); }

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

background-color css

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

 a { background-color: rgb(140,25,93); }

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

border-color css

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

 span { border-color: rgb(140,25,93); }

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