Html Css Color HEX #884365 Cosmic

📋 copy color: '#884365'

red 136 ◦ green 67 ◦ blue 101

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

Shades of Cosmic #884365

Tints of Cosmic #884365

RGB

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

 GREEN value IS 67 (26.56% from 255) = 22.04%

 BLUE value IS 101 (39.84% from 255) = 33.22%

R = 44.74%
G = 22.04%
B = 33.22%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.26

 K value IS 0.47

RGB Variations

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

Color information

#884365 (or 0x884365) is known color: Cosmic. HEX triplet: 88, 43 and 65. RGB value is (136,67,101). Sum of RGB (Red+Green+Blue) = 136+67+101=304 (40% of max value = 765). Red value is 136 (53.52% from 255 or 44.74% from 304); Green value is 67 (26.56% from 255 or 22.04% from 304); Blue value is 101 (39.84% from 255 or 33.22% from 304); Max value from RGB is 136 - color contains mainly: red. Hex color #884365 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #884365 is #77BC9A. Grayscale: #5B5B5B. Windows color (decimal): -7847067 or 6636424. OLE color: 6636424.

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

Color convert

RGB 136 67 101 -
CMYK 0 0.51 0.26 0.47
HSL 330.43º 0.34% 0.4% -
HSV(B) 330.43º 0.51% 0.53% -
XYZ 14.51 10.19 13.51 -
YUV 91.51 133.36 159.74 -
System Red Green Blue C M Y K H S L
Decimal 136 67 101 0 0.51 0.26 0.47 330.43 0.34 0.4
Hex 88 43 65 0 33 1A 2F 14A 22 28
Octal 210 103 145 0 63 32 57 512 42 50
Binary 10001000 1000011 1100101 0 110011 11010 101111 101001010 100010 101000

Color Harmonies of #884365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #884365

Black with #884365

Text Example


Text Example

White with #884365

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #884365; }

 p { color: rgb(136,67,101); }

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

background-color css

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

 a { background-color: rgb(136,67,101); }

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

border-color css

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

 span { border-color: rgb(136,67,101); }

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