Html Css Color HEX #85476F Cosmic

📋 copy color: '#85476F'

red 133 ◦ green 71 ◦ blue 111

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

Shades of Cosmic #85476F

Tints of Cosmic #85476F

RGB

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

 GREEN value IS 71 (28.13% from 255) = 22.54%

 BLUE value IS 111 (43.75% from 255) = 35.24%

R = 42.22%
G = 22.54%
B = 35.24%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.17

 K value IS 0.48

RGB Variations

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

Color information

#85476F (or 0x85476F) is known color: Cosmic. HEX triplet: 85, 47 and 6F. RGB value is (133,71,111). Sum of RGB (Red+Green+Blue) = 133+71+111=315 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.22% from 315); Green value is 71 (28.12% from 255 or 22.54% from 315); Blue value is 111 (43.75% from 255 or 35.24% from 315); Max value from RGB is 133 - color contains mainly: red. Hex color #85476F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #85476F is #7AB890. Grayscale: #5E5E5E. Windows color (decimal): -8042641 or 7292805. OLE color: 7292805.

HSL color Cylindrical-coordinate representation of color #85476F: hue angle of 321.29º degrees, saturation: 0.3, 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 #85476F is Cyan = 0, Magento = 0.47, Yellow = 0.17 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 71 111 -
CMYK 0 0.47 0.17 0.48
HSL 321.29º 0.3% 0.4% -
HSV(B) 321.29º 0.47% 0.52% -
XYZ 14.8 10.64 16.31 -
YUV 94.1 137.54 155.75 -
System Red Green Blue C M Y K H S L
Decimal 133 71 111 0 0.47 0.17 0.48 321.29 0.3 0.4
Hex 85 47 6F 0 2F 11 30 141 1E 28
Octal 205 107 157 0 57 21 60 501 36 50
Binary 10000101 1000111 1101111 0 101111 10001 110000 101000001 11110 101000

Color Harmonies of #85476F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85476F

Black with #85476F

Text Example


Text Example

White with #85476F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85476F; }

 p { color: rgb(133,71,111); }

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

background-color css

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

 a { background-color: rgb(133,71,111); }

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

border-color css

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

 span { border-color: rgb(133,71,111); }

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