Html Css Color HEX #884B6A Cosmic

📋 copy color: '#884B6A'

red 136 ◦ green 75 ◦ blue 106

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

Shades of Cosmic #884B6A

Tints of Cosmic #884B6A

RGB

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

 GREEN value IS 75 (29.69% from 255) = 23.66%

 BLUE value IS 106 (41.8% from 255) = 33.44%

R = 42.9%
G = 23.66%
B = 33.44%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.22

 K value IS 0.47

RGB Variations

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

Color information

#884B6A (or 0x884B6A) is known color: Cosmic. HEX triplet: 88, 4B and 6A. RGB value is (136,75,106). Sum of RGB (Red+Green+Blue) = 136+75+106=317 (41% of max value = 765). Red value is 136 (53.52% from 255 or 42.90% from 317); Green value is 75 (29.69% from 255 or 23.66% from 317); Blue value is 106 (41.80% from 255 or 33.44% from 317); Max value from RGB is 136 - color contains mainly: red. Hex color #884B6A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #884B6A is #77B495. Grayscale: #606060. Windows color (decimal): -7845014 or 6966152. OLE color: 6966152.

HSL color Cylindrical-coordinate representation of color #884B6A: hue angle of 329.51º degrees, saturation: 0.29, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #884B6A is Cyan = 0, Magento = 0.45, Yellow = 0.22 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 75 106 -
CMYK 0 0.45 0.22 0.47
HSL 329.51º 0.29% 0.41% -
HSV(B) 329.51º 0.45% 0.53% -
XYZ 15.27 11.31 15.01 -
YUV 96.77 133.21 155.98 -
System Red Green Blue C M Y K H S L
Decimal 136 75 106 0 0.45 0.22 0.47 329.51 0.29 0.41
Hex 88 4B 6A 0 2D 16 2F 14A 1D 29
Octal 210 113 152 0 55 26 57 512 35 51
Binary 10001000 1001011 1101010 0 101101 10110 101111 101001010 11101 101001

Color Harmonies of #884B6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #884B6A

Black with #884B6A

Text Example


Text Example

White with #884B6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #884B6A; }

 p { color: rgb(136,75,106); }

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

background-color css

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

 a { background-color: rgb(136,75,106); }

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

border-color css

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

 span { border-color: rgb(136,75,106); }

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