Html Css Color HEX #854A70 Cosmic

📋 copy color: '#854A70'

red 133 ◦ green 74 ◦ blue 112

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

Shades of Cosmic #854A70

Tints of Cosmic #854A70

RGB

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

 GREEN value IS 74 (29.3% from 255) = 23.2%

 BLUE value IS 112 (44.14% from 255) = 35.11%

R = 41.69%
G = 23.2%
B = 35.11%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.16

 K value IS 0.48

RGB Variations

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

Color information

#854A70 (or 0x854A70) is known color: Cosmic. HEX triplet: 85, 4A and 70. RGB value is (133,74,112). Sum of RGB (Red+Green+Blue) = 133+74+112=319 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.69% from 319); Green value is 74 (29.30% from 255 or 23.20% from 319); Blue value is 112 (44.14% from 255 or 35.11% from 319); Max value from RGB is 133 - color contains mainly: red. Hex color #854A70 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #854A70 is #7AB58F. Grayscale: #5F5F5F. Windows color (decimal): -8041872 or 7359109. OLE color: 7359109.

HSL color Cylindrical-coordinate representation of color #854A70: hue angle of 321.36º degrees, saturation: 0.29, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #854A70 is Cyan = 0, Magento = 0.44, Yellow = 0.16 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 74 112 -
CMYK 0 0.44 0.16 0.48
HSL 321.36º 0.29% 0.41% -
HSV(B) 321.36º 0.44% 0.52% -
XYZ 15.05 11.05 16.67 -
YUV 95.97 137.05 154.41 -
System Red Green Blue C M Y K H S L
Decimal 133 74 112 0 0.44 0.16 0.48 321.36 0.29 0.41
Hex 85 4A 70 0 2C 10 30 141 1D 29
Octal 205 112 160 0 54 20 60 501 35 51
Binary 10000101 1001010 1110000 0 101100 10000 110000 101000001 11101 101001

Color Harmonies of #854A70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #854A70

Black with #854A70

Text Example


Text Example

White with #854A70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #854A70; }

 p { color: rgb(133,74,112); }

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

background-color css

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

 a { background-color: rgb(133,74,112); }

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

border-color css

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

 span { border-color: rgb(133,74,112); }

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