Html Css Color HEX #844965 Cosmic

📋 copy color: '#844965'

red 132 ◦ green 73 ◦ blue 101

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

Shades of Cosmic #844965

Tints of Cosmic #844965

RGB

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

 GREEN value IS 73 (28.91% from 255) = 23.86%

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

R = 43.14%
G = 23.86%
B = 33.01%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.23

 K value IS 0.48

RGB Variations

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

Color information

#844965 (or 0x844965) is known color: Cosmic. HEX triplet: 84, 49 and 65. RGB value is (132,73,101). Sum of RGB (Red+Green+Blue) = 132+73+101=306 (40% of max value = 765). Red value is 132 (51.95% from 255 or 43.14% from 306); Green value is 73 (28.91% from 255 or 23.86% from 306); Blue value is 101 (39.84% from 255 or 33.01% from 306); Max value from RGB is 132 - color contains mainly: red. Hex color #844965 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #844965 is #7BB69A. Grayscale: #5D5D5D. Windows color (decimal): -8107675 or 6637956. OLE color: 6637956.

HSL color Cylindrical-coordinate representation of color #844965: hue angle of 331.53º degrees, saturation: 0.29, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #844965 is Cyan = 0, Magento = 0.45, Yellow = 0.23 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 73 101 -
CMYK 0 0.45 0.23 0.48
HSL 331.53º 0.29% 0.4% -
HSV(B) 331.53º 0.45% 0.52% -
XYZ 14.25 10.61 13.61 -
YUV 93.83 132.05 155.22 -
System Red Green Blue C M Y K H S L
Decimal 132 73 101 0 0.45 0.23 0.48 331.53 0.29 0.4
Hex 84 49 65 0 2D 17 30 14C 1D 28
Octal 204 111 145 0 55 27 60 514 35 50
Binary 10000100 1001001 1100101 0 101101 10111 110000 101001100 11101 101000

Color Harmonies of #844965

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #844965

Black with #844965

Text Example


Text Example

White with #844965

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #844965; }

 p { color: rgb(132,73,101); }

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

background-color css

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

 a { background-color: rgb(132,73,101); }

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

border-color css

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

 span { border-color: rgb(132,73,101); }

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