Html Css Color HEX #884267 Cosmic

📋 copy color: '#884267'

red 136 ◦ green 66 ◦ blue 103

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

Shades of Cosmic #884267

Tints of Cosmic #884267

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 33.77%

R = 44.59%
G = 21.64%
B = 33.77%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.24

 K value IS 0.47

RGB Variations

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

Color information

#884267 (or 0x884267) is known color: Cosmic. HEX triplet: 88, 42 and 67. RGB value is (136,66,103). Sum of RGB (Red+Green+Blue) = 136+66+103=305 (40% of max value = 765). Red value is 136 (53.52% from 255 or 44.59% from 305); Green value is 66 (26.17% from 255 or 21.64% from 305); Blue value is 103 (40.62% from 255 or 33.77% from 305); Max value from RGB is 136 - color contains mainly: red. Hex color #884267 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #884267 is #77BD98. Grayscale: #5B5B5B. Windows color (decimal): -7847321 or 6767240. OLE color: 6767240.

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

Color convert

RGB 136 66 103 -
CMYK 0 0.51 0.24 0.47
HSL 328.29º 0.35% 0.4% -
HSV(B) 328.29º 0.51% 0.53% -
XYZ 14.55 10.11 14.02 -
YUV 91.15 134.69 159.99 -
System Red Green Blue C M Y K H S L
Decimal 136 66 103 0 0.51 0.24 0.47 328.29 0.35 0.4
Hex 88 42 67 0 33 18 2F 148 23 28
Octal 210 102 147 0 63 30 57 510 43 50
Binary 10001000 1000010 1100111 0 110011 11000 101111 101001000 100011 101000

Color Harmonies of #884267

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #884267

Black with #884267

Text Example


Text Example

White with #884267

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #884267; }

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

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

background-color css

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

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

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

border-color css

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

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

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