Html Css Color HEX #884260 Cosmic

📋 copy color: '#884260'

red 136 ◦ green 66 ◦ blue 96

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

Shades of Cosmic #884260

Tints of Cosmic #884260

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 32.21%

R = 45.64%
G = 22.15%
B = 32.21%

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

#884260 (or 0x884260) is known color: Cosmic. HEX triplet: 88, 42 and 60. RGB value is (136,66,96). Sum of RGB (Red+Green+Blue) = 136+66+96=298 (39% of max value = 765). Red value is 136 (53.52% from 255 or 45.64% from 298); Green value is 66 (26.17% from 255 or 22.15% from 298); Blue value is 96 (37.89% from 255 or 32.21% from 298); Max value from RGB is 136 - color contains mainly: red. Hex color #884260 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #884260 is #77BD9F. Grayscale: #5A5A5A. Windows color (decimal): -7847328 or 6308488. OLE color: 6308488.

HSL color Cylindrical-coordinate representation of color #884260: hue angle of 334.29º 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 #884260 is Cyan = 0, Magento = 0.51, Yellow = 0.29 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 66 96 -
CMYK 0 0.51 0.29 0.47
HSL 334.29º 0.35% 0.4% -
HSV(B) 334.29º 0.51% 0.53% -
XYZ 14.21 9.98 12.24 -
YUV 90.35 131.19 160.56 -
System Red Green Blue C M Y K H S L
Decimal 136 66 96 0 0.51 0.29 0.47 334.29 0.35 0.4
Hex 88 42 60 0 33 1D 2F 14E 23 28
Octal 210 102 140 0 63 35 57 516 43 50
Binary 10001000 1000010 1100000 0 110011 11101 101111 101001110 100011 101000

Color Harmonies of #884260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #884260

Black with #884260

Text Example


Text Example

White with #884260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #884260; }

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

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

background-color css

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

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

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

border-color css

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

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

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