Html Css Color HEX #854662 Cosmic

📋 copy color: '#854662'

red 133 ◦ green 70 ◦ blue 98

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

Shades of Cosmic #854662

Tints of Cosmic #854662

RGB

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

 GREEN value IS 70 (27.73% from 255) = 23.26%

 BLUE value IS 98 (38.67% from 255) = 32.56%

R = 44.19%
G = 23.26%
B = 32.56%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.26

 K value IS 0.48

RGB Variations

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

Color information

#854662 (or 0x854662) is known color: Cosmic. HEX triplet: 85, 46 and 62. RGB value is (133,70,98). Sum of RGB (Red+Green+Blue) = 133+70+98=301 (39% of max value = 765). Red value is 133 (52.34% from 255 or 44.19% from 301); Green value is 70 (27.73% from 255 or 23.26% from 301); Blue value is 98 (38.67% from 255 or 32.56% from 301); Max value from RGB is 133 - color contains mainly: red. Hex color #854662 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #854662 is #7AB99D. Grayscale: #5B5B5B. Windows color (decimal): -8042910 or 6440581. OLE color: 6440581.

HSL color Cylindrical-coordinate representation of color #854662: hue angle of 333.33º degrees, saturation: 0.31, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #854662 is Cyan = 0, Magento = 0.47, Yellow = 0.26 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 70 98 -
CMYK 0 0.47 0.26 0.48
HSL 333.33º 0.31% 0.4% -
HSV(B) 333.33º 0.47% 0.52% -
XYZ 14.07 10.25 12.79 -
YUV 92.03 131.37 157.22 -
System Red Green Blue C M Y K H S L
Decimal 133 70 98 0 0.47 0.26 0.48 333.33 0.31 0.4
Hex 85 46 62 0 2F 1A 30 14D 1F 28
Octal 205 106 142 0 57 32 60 515 37 50
Binary 10000101 1000110 1100010 0 101111 11010 110000 101001101 11111 101000

Color Harmonies of #854662

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #854662

Black with #854662

Text Example


Text Example

White with #854662

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #854662; }

 p { color: rgb(133,70,98); }

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

background-color css

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

 a { background-color: rgb(133,70,98); }

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

border-color css

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

 span { border-color: rgb(133,70,98); }

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