Html Css Color HEX #884261 Cosmic

📋 copy color: '#884261'

red 136 ◦ green 66 ◦ blue 97

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

Shades of Cosmic #884261

Tints of Cosmic #884261

RGB

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

 GREEN value IS 66 (26.17% from 255) = 22.07%

 BLUE value IS 97 (38.28% from 255) = 32.44%

R = 45.48%
G = 22.07%
B = 32.44%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.29

 K value IS 0.47

RGB Variations

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

Color information

#884261 (or 0x884261) is known color: Cosmic. HEX triplet: 88, 42 and 61. RGB value is (136,66,97). Sum of RGB (Red+Green+Blue) = 136+66+97=299 (39% of max value = 765). Red value is 136 (53.52% from 255 or 45.48% from 299); Green value is 66 (26.17% from 255 or 22.07% from 299); Blue value is 97 (38.28% from 255 or 32.44% from 299); Max value from RGB is 136 - color contains mainly: red. Hex color #884261 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #884261 is #77BD9E. Grayscale: #5A5A5A. Windows color (decimal): -7847327 or 6374024. OLE color: 6374024.

HSL color Cylindrical-coordinate representation of color #884261: hue angle of 333.43º degrees, saturation: 0.35, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #884261 is Cyan = 0, Magento = 0.51, Yellow = 0.29 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 66 97 -
CMYK 0 0.51 0.29 0.47
HSL 333.43º 0.35% 0.4% -
HSV(B) 333.43º 0.51% 0.53% -
XYZ 14.26 9.99 12.49 -
YUV 90.46 131.69 160.48 -
System Red Green Blue C M Y K H S L
Decimal 136 66 97 0 0.51 0.29 0.47 333.43 0.35 0.4
Hex 88 42 61 0 33 1D 2F 14D 23 28
Octal 210 102 141 0 63 35 57 515 43 50
Binary 10001000 1000010 1100001 0 110011 11101 101111 101001101 100011 101000

Color Harmonies of #884261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #884261

Black with #884261

Text Example


Text Example

White with #884261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #884261; }

 p { color: rgb(136,66,97); }

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

background-color css

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

 a { background-color: rgb(136,66,97); }

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

border-color css

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

 span { border-color: rgb(136,66,97); }

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