Html Css Color HEX #884268 Cosmic

📋 copy color: '#884268'

red 136 ◦ green 66 ◦ blue 104

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

Shades of Cosmic #884268

Tints of Cosmic #884268

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 33.99%

R = 44.44%
G = 21.57%
B = 33.99%

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

#884268 (or 0x884268) is known color: Cosmic. HEX triplet: 88, 42 and 68. RGB value is (136,66,104). Sum of RGB (Red+Green+Blue) = 136+66+104=306 (40% of max value = 765). Red value is 136 (53.52% from 255 or 44.44% from 306); Green value is 66 (26.17% from 255 or 21.57% from 306); Blue value is 104 (41.02% from 255 or 33.99% from 306); Max value from RGB is 136 - color contains mainly: red. Hex color #884268 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #884268 is #77BD97. Grayscale: #5B5B5B. Windows color (decimal): -7847320 or 6832776. OLE color: 6832776.

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

Color convert

RGB 136 66 104 -
CMYK 0 0.51 0.24 0.47
HSL 327.43º 0.35% 0.4% -
HSV(B) 327.43º 0.51% 0.53% -
XYZ 14.6 10.13 14.28 -
YUV 91.26 135.19 159.91 -
System Red Green Blue C M Y K H S L
Decimal 136 66 104 0 0.51 0.24 0.47 327.43 0.35 0.4
Hex 88 42 68 0 33 18 2F 147 23 28
Octal 210 102 150 0 63 30 57 507 43 50
Binary 10001000 1000010 1101000 0 110011 11000 101111 101000111 100011 101000

Color Harmonies of #884268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #884268

Black with #884268

Text Example


Text Example

White with #884268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #884268; }

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

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

background-color css

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

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

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

border-color css

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

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

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