Html Css Color HEX #853B6C Cosmic

📋 copy color: '#853B6C'

red 133 ◦ green 59 ◦ blue 108

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

Shades of Cosmic #853B6C

Tints of Cosmic #853B6C

RGB

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

 GREEN value IS 59 (23.44% from 255) = 19.67%

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

R = 44.33%
G = 19.67%
B = 36%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.19

 K value IS 0.48

RGB Variations

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

Color information

#853B6C (or 0x853B6C) is known color: Cosmic. HEX triplet: 85, 3B and 6C. RGB value is (133,59,108). Sum of RGB (Red+Green+Blue) = 133+59+108=300 (39% of max value = 765). Red value is 133 (52.34% from 255 or 44.33% from 300); Green value is 59 (23.44% from 255 or 19.67% from 300); Blue value is 108 (42.58% from 255 or 36% from 300); Max value from RGB is 133 - color contains mainly: red. Hex color #853B6C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #853B6C is #7AC493. Grayscale: #565656. Windows color (decimal): -8045716 or 7093125. OLE color: 7093125.

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

Color convert

RGB 133 59 108 -
CMYK 0 0.56 0.19 0.48
HSL 320.27º 0.39% 0.38% -
HSV(B) 320.27º 0.56% 0.52% -
XYZ 13.94 9.2 15.23 -
YUV 86.71 140.02 161.02 -
System Red Green Blue C M Y K H S L
Decimal 133 59 108 0 0.56 0.19 0.48 320.27 0.39 0.38
Hex 85 3B 6C 0 38 13 30 140 27 26
Octal 205 73 154 0 70 23 60 500 47 46
Binary 10000101 111011 1101100 0 111000 10011 110000 101000000 100111 100110

Color Harmonies of #853B6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853B6C

Black with #853B6C

Text Example


Text Example

White with #853B6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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