Html Css Color HEX #85476B Cosmic

📋 copy color: '#85476B'

red 133 ◦ green 71 ◦ blue 107

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

Shades of Cosmic #85476B

Tints of Cosmic #85476B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 34.41%

R = 42.77%
G = 22.83%
B = 34.41%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.20

 K value IS 0.48

RGB Variations

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

Color information

#85476B (or 0x85476B) is known color: Cosmic. HEX triplet: 85, 47 and 6B. RGB value is (133,71,107). Sum of RGB (Red+Green+Blue) = 133+71+107=311 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.77% from 311); Green value is 71 (28.12% from 255 or 22.83% from 311); Blue value is 107 (42.19% from 255 or 34.41% from 311); Max value from RGB is 133 - color contains mainly: red. Hex color #85476B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #85476B is #7AB894. Grayscale: #5D5D5D. Windows color (decimal): -8042645 or 7030661. OLE color: 7030661.

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

Color convert

RGB 133 71 107 -
CMYK 0 0.47 0.20 0.48
HSL 325.16º 0.3% 0.4% -
HSV(B) 325.16º 0.47% 0.52% -
XYZ 14.58 10.55 15.18 -
YUV 93.64 135.54 156.07 -
System Red Green Blue C M Y K H S L
Decimal 133 71 107 0 0.47 0.20 0.48 325.16 0.3 0.4
Hex 85 47 6B 0 2F 14 30 145 1E 28
Octal 205 107 153 0 57 24 60 505 36 50
Binary 10000101 1000111 1101011 0 101111 10100 110000 101000101 11110 101000

Color Harmonies of #85476B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85476B

Black with #85476B

Text Example


Text Example

White with #85476B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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