Html Css Color HEX #84465C Cosmic

📋 copy color: '#84465C'

red 132 ◦ green 70 ◦ blue 92

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

Shades of Cosmic #84465C

Tints of Cosmic #84465C

RGB

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

 GREEN value IS 70 (27.73% from 255) = 23.81%

 BLUE value IS 92 (36.33% from 255) = 31.29%

R = 44.9%
G = 23.81%
B = 31.29%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.30

 K value IS 0.48

RGB Variations

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

Color information

#84465C (or 0x84465C) is known color: Cosmic. HEX triplet: 84, 46 and 5C. RGB value is (132,70,92). Sum of RGB (Red+Green+Blue) = 132+70+92=294 (38% of max value = 765). Red value is 132 (51.95% from 255 or 44.90% from 294); Green value is 70 (27.73% from 255 or 23.81% from 294); Blue value is 92 (36.33% from 255 or 31.29% from 294); Max value from RGB is 132 - color contains mainly: red. Hex color #84465C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #84465C is #7BB9A3. Grayscale: #5B5B5B. Windows color (decimal): -8108452 or 6047364. OLE color: 6047364.

HSL color Cylindrical-coordinate representation of color #84465C: hue angle of 338.71º degrees, saturation: 0.31, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #84465C is Cyan = 0, Magento = 0.47, Yellow = 0.30 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 70 92 -
CMYK 0 0.47 0.30 0.48
HSL 338.71º 0.31% 0.4% -
HSV(B) 338.71º 0.47% 0.52% -
XYZ 13.64 10.06 11.35 -
YUV 91.05 128.54 157.21 -
System Red Green Blue C M Y K H S L
Decimal 132 70 92 0 0.47 0.30 0.48 338.71 0.31 0.4
Hex 84 46 5C 0 2F 1E 30 153 1F 28
Octal 204 106 134 0 57 36 60 523 37 50
Binary 10000100 1000110 1011100 0 101111 11110 110000 101010011 11111 101000

Color Harmonies of #84465C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84465C

Black with #84465C

Text Example


Text Example

White with #84465C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,70,92); }

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

background-color css

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

 a { background-color: rgb(132,70,92); }

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

border-color css

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

 span { border-color: rgb(132,70,92); }

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