Html Css Color HEX #84426C Cosmic

📋 copy color: '#84426C'

red 132 ◦ green 66 ◦ blue 108

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

Shades of Cosmic #84426C

Tints of Cosmic #84426C

RGB

 RED value IS 132 (51.95% from 255) = 43.14%

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

 BLUE value IS 108 (42.58% from 255) = 35.29%

R = 43.14%
G = 21.57%
B = 35.29%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.18

 K value IS 0.48

RGB Variations

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

Color information

#84426C (or 0x84426C) is known color: Cosmic. HEX triplet: 84, 42 and 6C. RGB value is (132,66,108). Sum of RGB (Red+Green+Blue) = 132+66+108=306 (40% of max value = 765). Red value is 132 (51.95% from 255 or 43.14% from 306); Green value is 66 (26.17% from 255 or 21.57% from 306); Blue value is 108 (42.58% from 255 or 35.29% from 306); Max value from RGB is 132 - color contains mainly: red. Hex color #84426C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #84426C is #7BBD93. Grayscale: #5A5A5A. Windows color (decimal): -8109460 or 7094916. OLE color: 7094916.

HSL color Cylindrical-coordinate representation of color #84426C: hue angle of 321.82º degrees, saturation: 0.33, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #84426C is Cyan = 0, Magento = 0.5, Yellow = 0.18 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 66 108 -
CMYK 0 0.5 0.18 0.48
HSL 321.82º 0.33% 0.39% -
HSV(B) 321.82º 0.5% 0.52% -
XYZ 14.17 9.88 15.35 -
YUV 90.52 137.87 157.58 -
System Red Green Blue C M Y K H S L
Decimal 132 66 108 0 0.5 0.18 0.48 321.82 0.33 0.39
Hex 84 42 6C 0 32 12 30 142 21 27
Octal 204 102 154 0 62 22 60 502 41 47
Binary 10000100 1000010 1101100 0 110010 10010 110000 101000010 100001 100111

Color Harmonies of #84426C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84426C

Black with #84426C

Text Example


Text Example

White with #84426C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #84426C; }

 p { color: rgb(132,66,108); }

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

background-color css

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

 a { background-color: rgb(132,66,108); }

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

border-color css

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

 span { border-color: rgb(132,66,108); }

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