Html Css Color HEX #854A66 Cosmic

📋 copy color: '#854A66'

red 133 ◦ green 74 ◦ blue 102

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

Shades of Cosmic #854A66

Tints of Cosmic #854A66

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 33.01%

R = 43.04%
G = 23.95%
B = 33.01%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.23

 K value IS 0.48

RGB Variations

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

Color information

#854A66 (or 0x854A66) is known color: Cosmic. HEX triplet: 85, 4A and 66. RGB value is (133,74,102). Sum of RGB (Red+Green+Blue) = 133+74+102=309 (40% of max value = 765). Red value is 133 (52.34% from 255 or 43.04% from 309); Green value is 74 (29.30% from 255 or 23.95% from 309); Blue value is 102 (40.23% from 255 or 33.01% from 309); Max value from RGB is 133 - color contains mainly: red. Hex color #854A66 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #854A66 is #7AB599. Grayscale: #5E5E5E. Windows color (decimal): -8041882 or 6703749. OLE color: 6703749.

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

Color convert

RGB 133 74 102 -
CMYK 0 0.44 0.23 0.48
HSL 331.53º 0.29% 0.41% -
HSV(B) 331.53º 0.44% 0.52% -
XYZ 14.52 10.84 13.9 -
YUV 94.83 132.05 155.22 -
System Red Green Blue C M Y K H S L
Decimal 133 74 102 0 0.44 0.23 0.48 331.53 0.29 0.41
Hex 85 4A 66 0 2C 17 30 14C 1D 29
Octal 205 112 146 0 54 27 60 514 35 51
Binary 10000101 1001010 1100110 0 101100 10111 110000 101001100 11101 101001

Color Harmonies of #854A66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #854A66

Black with #854A66

Text Example


Text Example

White with #854A66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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