Html Css Color HEX #854965 Cosmic

📋 copy color: '#854965'

red 133 ◦ green 73 ◦ blue 101

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

Shades of Cosmic #854965

Tints of Cosmic #854965

RGB

 RED value IS 133 (52.34% from 255) = 43.32%

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

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

R = 43.32%
G = 23.78%
B = 32.9%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.24

 K value IS 0.48

RGB Variations

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

Color information

#854965 (or 0x854965) is known color: Cosmic. HEX triplet: 85, 49 and 65. RGB value is (133,73,101). Sum of RGB (Red+Green+Blue) = 133+73+101=307 (40% of max value = 765). Red value is 133 (52.34% from 255 or 43.32% from 307); Green value is 73 (28.91% from 255 or 23.78% from 307); Blue value is 101 (39.84% from 255 or 32.90% from 307); Max value from RGB is 133 - color contains mainly: red. Hex color #854965 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #854965 is #7AB69A. Grayscale: #5E5E5E. Windows color (decimal): -8042139 or 6637957. OLE color: 6637957.

HSL color Cylindrical-coordinate representation of color #854965: hue angle of 332º 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 #854965 is Cyan = 0, Magento = 0.45, Yellow = 0.24 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 73 101 -
CMYK 0 0.45 0.24 0.48
HSL 332º 0.29% 0.4% -
HSV(B) 332º 0.45% 0.52% -
XYZ 14.4 10.69 13.62 -
YUV 94.13 131.88 155.72 -
System Red Green Blue C M Y K H S L
Decimal 133 73 101 0 0.45 0.24 0.48 332 0.29 0.4
Hex 85 49 65 0 2D 18 30 14C 1D 28
Octal 205 111 145 0 55 30 60 514 35 50
Binary 10000101 1001001 1100101 0 101101 11000 110000 101001100 11101 101000

Color Harmonies of #854965

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #854965

Black with #854965

Text Example


Text Example

White with #854965

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #854965; }

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

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

background-color css

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

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

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

border-color css

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

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

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