Html Css Color HEX #8C2F68 Rose Bud Cherry

📋 copy color: '#8C2F68'

red 140 ◦ green 47 ◦ blue 104

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

Shades of Rose Bud Cherry #8C2F68

Tints of Rose Bud Cherry #8C2F68

RGB

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

 GREEN value IS 47 (18.75% from 255) = 16.15%

 BLUE value IS 104 (41.02% from 255) = 35.74%

R = 48.11%
G = 16.15%
B = 35.74%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.26

 K value IS 0.45

RGB Variations

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

Color information

#8C2F68 (or 0x8C2F68) is known color: Rose Bud Cherry. HEX triplet: 8C, 2F and 68. RGB value is (140,47,104). Sum of RGB (Red+Green+Blue) = 140+47+104=291 (38% of max value = 765). Red value is 140 (55.08% from 255 or 48.11% from 291); Green value is 47 (18.75% from 255 or 16.15% from 291); Blue value is 104 (41.02% from 255 or 35.74% from 291); Max value from RGB is 140 - color contains mainly: red. Hex color #8C2F68 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C2F68 is #73D097. Grayscale: #515151. Windows color (decimal): -7590040 or 6827916. OLE color: 6827916.

HSL color Cylindrical-coordinate representation of color #8C2F68: hue angle of 323.23º degrees, saturation: 0.5, 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 #8C2F68 is Cyan = 0, Magento = 0.66, Yellow = 0.26 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 47 104 -
CMYK 0 0.66 0.26 0.45
HSL 323.23º 0.5% 0.37% -
HSV(B) 323.23º 0.66% 0.55% -
XYZ 14.33 8.61 14 -
YUV 81.31 140.81 169.87 -
System Red Green Blue C M Y K H S L
Decimal 140 47 104 0 0.66 0.26 0.45 323.23 0.5 0.37
Hex 8C 2F 68 0 42 1A 2D 143 32 25
Octal 214 57 150 0 102 32 55 503 62 45
Binary 10001100 101111 1101000 0 1000010 11010 101101 101000011 110010 100101

Color Harmonies of #8C2F68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C2F68

Black with #8C2F68

Text Example


Text Example

White with #8C2F68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,47,104); }

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

background-color css

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

 a { background-color: rgb(140,47,104); }

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

border-color css

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

 span { border-color: rgb(140,47,104); }

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