Html Css Color HEX #882E66 Rose Bud Cherry

📋 copy color: '#882E66'

red 136 ◦ green 46 ◦ blue 102

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

Shades of Rose Bud Cherry #882E66

Tints of Rose Bud Cherry #882E66

RGB

 RED value IS 136 (53.52% from 255) = 47.89%

 GREEN value IS 46 (18.36% from 255) = 16.2%

 BLUE value IS 102 (40.23% from 255) = 35.92%

R = 47.89%
G = 16.2%
B = 35.92%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.25

 K value IS 0.47

RGB Variations

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

Color information

#882E66 (or 0x882E66) is known color: Rose Bud Cherry. HEX triplet: 88, 2E and 66. RGB value is (136,46,102). Sum of RGB (Red+Green+Blue) = 136+46+102=284 (37% of max value = 765). Red value is 136 (53.52% from 255 or 47.89% from 284); Green value is 46 (18.36% from 255 or 16.20% from 284); Blue value is 102 (40.23% from 255 or 35.92% from 284); Max value from RGB is 136 - color contains mainly: red. Hex color #882E66 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #882E66 is #77D199. Grayscale: #4F4F4F. Windows color (decimal): -7852442 or 6696584. OLE color: 6696584.

HSL color Cylindrical-coordinate representation of color #882E66: hue angle of 322.67º degrees, saturation: 0.49, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #882E66 is Cyan = 0, Magento = 0.66, Yellow = 0.25 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 46 102 -
CMYK 0 0.66 0.25 0.47
HSL 322.67º 0.49% 0.36% -
HSV(B) 322.67º 0.66% 0.53% -
XYZ 13.53 8.15 13.43 -
YUV 79.29 140.82 168.45 -
System Red Green Blue C M Y K H S L
Decimal 136 46 102 0 0.66 0.25 0.47 322.67 0.49 0.36
Hex 88 2E 66 0 42 19 2F 143 31 24
Octal 210 56 146 0 102 31 57 503 61 44
Binary 10001000 101110 1100110 0 1000010 11001 101111 101000011 110001 100100

Color Harmonies of #882E66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #882E66

Black with #882E66

Text Example


Text Example

White with #882E66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #882E66; }

 p { color: rgb(136,46,102); }

 H1.HeaderClassName
 {
   color: #882E66;
 }
 .AnyTagClassName
 {
   color: #882E66;
 }
</style>

background-color css

<style>
 a { background-color: #882E66; }

 a { background-color: rgb(136,46,102); }

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

border-color css

<style>
 span { border-color: #882E66; }

 span { border-color: rgb(136,46,102); }

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