Html Css Color HEX #854266 Cosmic

📋 copy color: '#854266'

red 133 ◦ green 66 ◦ blue 102

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

Shades of Cosmic #854266

Tints of Cosmic #854266

RGB

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

 GREEN value IS 66 (26.17% from 255) = 21.93%

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

R = 44.19%
G = 21.93%
B = 33.89%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.23

 K value IS 0.48

RGB Variations

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

Color information

#854266 (or 0x854266) is known color: Cosmic. HEX triplet: 85, 42 and 66. RGB value is (133,66,102). Sum of RGB (Red+Green+Blue) = 133+66+102=301 (39% of max value = 765). Red value is 133 (52.34% from 255 or 44.19% from 301); Green value is 66 (26.17% from 255 or 21.93% from 301); Blue value is 102 (40.23% from 255 or 33.89% from 301); Max value from RGB is 133 - color contains mainly: red. Hex color #854266 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #854266 is #7ABD99. Grayscale: #5A5A5A. Windows color (decimal): -8043930 or 6701701. OLE color: 6701701.

HSL color Cylindrical-coordinate representation of color #854266: hue angle of 327.76º degrees, saturation: 0.34, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #854266 is Cyan = 0, Magento = 0.50, Yellow = 0.23 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 66 102 -
CMYK 0 0.50 0.23 0.48
HSL 327.76º 0.34% 0.39% -
HSV(B) 327.76º 0.5% 0.52% -
XYZ 14.02 9.84 13.73 -
YUV 90.14 134.7 158.57 -
System Red Green Blue C M Y K H S L
Decimal 133 66 102 0 0.50 0.23 0.48 327.76 0.34 0.39
Hex 85 42 66 0 32 17 30 148 22 27
Octal 205 102 146 0 62 27 60 510 42 47
Binary 10000101 1000010 1100110 0 110010 10111 110000 101001000 100010 100111

Color Harmonies of #854266

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #854266

Black with #854266

Text Example


Text Example

White with #854266

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #854266; }

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

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

background-color css

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

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

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

border-color css

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

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

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