Html Css Color HEX #85476C Cosmic

📋 copy color: '#85476C'

red 133 ◦ green 71 ◦ blue 108

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

Shades of Cosmic #85476C

Tints of Cosmic #85476C

RGB

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

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

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

R = 42.63%
G = 22.76%
B = 34.62%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.19

 K value IS 0.48

RGB Variations

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

Color information

#85476C (or 0x85476C) is known color: Cosmic. HEX triplet: 85, 47 and 6C. RGB value is (133,71,108). Sum of RGB (Red+Green+Blue) = 133+71+108=312 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.63% from 312); Green value is 71 (28.12% from 255 or 22.76% from 312); Blue value is 108 (42.58% from 255 or 34.62% from 312); Max value from RGB is 133 - color contains mainly: red. Hex color #85476C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #85476C is #7AB893. Grayscale: #5D5D5D. Windows color (decimal): -8042644 or 7096197. OLE color: 7096197.

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

Color convert

RGB 133 71 108 -
CMYK 0 0.47 0.19 0.48
HSL 324.19º 0.3% 0.4% -
HSV(B) 324.19º 0.47% 0.52% -
XYZ 14.63 10.58 15.46 -
YUV 93.76 136.04 155.99 -
System Red Green Blue C M Y K H S L
Decimal 133 71 108 0 0.47 0.19 0.48 324.19 0.3 0.4
Hex 85 47 6C 0 2F 13 30 144 1E 28
Octal 205 107 154 0 57 23 60 504 36 50
Binary 10000101 1000111 1101100 0 101111 10011 110000 101000100 11110 101000

Color Harmonies of #85476C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85476C

Black with #85476C

Text Example


Text Example

White with #85476C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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