Html Css Color HEX #884462 Cosmic

📋 copy color: '#884462'

red 136 ◦ green 68 ◦ blue 98

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

Shades of Cosmic #884462

Tints of Cosmic #884462

RGB

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

 GREEN value IS 68 (26.95% from 255) = 22.52%

 BLUE value IS 98 (38.67% from 255) = 32.45%

R = 45.03%
G = 22.52%
B = 32.45%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.28

 K value IS 0.47

RGB Variations

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

Color information

#884462 (or 0x884462) is known color: Cosmic. HEX triplet: 88, 44 and 62. RGB value is (136,68,98). Sum of RGB (Red+Green+Blue) = 136+68+98=302 (40% of max value = 765). Red value is 136 (53.52% from 255 or 45.03% from 302); Green value is 68 (26.95% from 255 or 22.52% from 302); Blue value is 98 (38.67% from 255 or 32.45% from 302); Max value from RGB is 136 - color contains mainly: red. Hex color #884462 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #884462 is #77BB9D. Grayscale: #5B5B5B. Windows color (decimal): -7846814 or 6440072. OLE color: 6440072.

HSL color Cylindrical-coordinate representation of color #884462: hue angle of 333.53º degrees, saturation: 0.33, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #884462 is Cyan = 0, Magento = 0.50, Yellow = 0.28 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 68 98 -
CMYK 0 0.50 0.28 0.47
HSL 333.53º 0.33% 0.4% -
HSV(B) 333.53º 0.5% 0.53% -
XYZ 14.43 10.25 12.77 -
YUV 91.75 131.53 159.56 -
System Red Green Blue C M Y K H S L
Decimal 136 68 98 0 0.50 0.28 0.47 333.53 0.33 0.4
Hex 88 44 62 0 32 1C 2F 14E 21 28
Octal 210 104 142 0 62 34 57 516 41 50
Binary 10001000 1000100 1100010 0 110010 11100 101111 101001110 100001 101000

Color Harmonies of #884462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #884462

Black with #884462

Text Example


Text Example

White with #884462

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #884462; }

 p { color: rgb(136,68,98); }

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

background-color css

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

 a { background-color: rgb(136,68,98); }

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

border-color css

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

 span { border-color: rgb(136,68,98); }

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