Html Css Color HEX #853C6C Cosmic

📋 copy color: '#853C6C'

red 133 ◦ green 60 ◦ blue 108

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

Shades of Cosmic #853C6C

Tints of Cosmic #853C6C

RGB

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

 GREEN value IS 60 (23.83% from 255) = 19.93%

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

R = 44.19%
G = 19.93%
B = 35.88%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.19

 K value IS 0.48

RGB Variations

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

Color information

#853C6C (or 0x853C6C) is known color: Cosmic. HEX triplet: 85, 3C and 6C. RGB value is (133,60,108). Sum of RGB (Red+Green+Blue) = 133+60+108=301 (39% of max value = 765). Red value is 133 (52.34% from 255 or 44.19% from 301); Green value is 60 (23.83% from 255 or 19.93% from 301); Blue value is 108 (42.58% from 255 or 35.88% from 301); Max value from RGB is 133 - color contains mainly: red. Hex color #853C6C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #853C6C is #7AC393. Grayscale: #575757. Windows color (decimal): -8045460 or 7093381. OLE color: 7093381.

HSL color Cylindrical-coordinate representation of color #853C6C: hue angle of 320.55º degrees, saturation: 0.38, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #853C6C is Cyan = 0, Magento = 0.55, Yellow = 0.19 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 60 108 -
CMYK 0 0.55 0.19 0.48
HSL 320.55º 0.38% 0.38% -
HSV(B) 320.55º 0.55% 0.52% -
XYZ 14 9.3 15.24 -
YUV 87.3 139.68 160.6 -
System Red Green Blue C M Y K H S L
Decimal 133 60 108 0 0.55 0.19 0.48 320.55 0.38 0.38
Hex 85 3C 6C 0 37 13 30 141 26 26
Octal 205 74 154 0 67 23 60 501 46 46
Binary 10000101 111100 1101100 0 110111 10011 110000 101000001 100110 100110

Color Harmonies of #853C6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853C6C

Black with #853C6C

Text Example


Text Example

White with #853C6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #853C6C; }

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

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

background-color css

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

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

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

border-color css

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

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

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