Html Css Color HEX #854A6C Cosmic

📋 copy color: '#854A6C'

red 133 ◦ green 74 ◦ blue 108

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

Shades of Cosmic #854A6C

Tints of Cosmic #854A6C

RGB

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

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

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

R = 42.22%
G = 23.49%
B = 34.29%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.19

 K value IS 0.48

RGB Variations

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

Color information

#854A6C (or 0x854A6C) is known color: Cosmic. HEX triplet: 85, 4A and 6C. RGB value is (133,74,108). Sum of RGB (Red+Green+Blue) = 133+74+108=315 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.22% from 315); Green value is 74 (29.30% from 255 or 23.49% from 315); Blue value is 108 (42.58% from 255 or 34.29% from 315); Max value from RGB is 133 - color contains mainly: red. Hex color #854A6C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #854A6C is #7AB593. Grayscale: #5F5F5F. Windows color (decimal): -8041876 or 7096965. OLE color: 7096965.

HSL color Cylindrical-coordinate representation of color #854A6C: hue angle of 325.42º 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 #854A6C is Cyan = 0, Magento = 0.44, Yellow = 0.19 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 74 108 -
CMYK 0 0.44 0.19 0.48
HSL 325.42º 0.29% 0.41% -
HSV(B) 325.42º 0.44% 0.52% -
XYZ 14.83 10.97 15.52 -
YUV 95.52 135.05 154.74 -
System Red Green Blue C M Y K H S L
Decimal 133 74 108 0 0.44 0.19 0.48 325.42 0.29 0.41
Hex 85 4A 6C 0 2C 13 30 145 1D 29
Octal 205 112 154 0 54 23 60 505 35 51
Binary 10000101 1001010 1101100 0 101100 10011 110000 101000101 11101 101001

Color Harmonies of #854A6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #854A6C

Black with #854A6C

Text Example


Text Example

White with #854A6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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