Html Css Color HEX #853C69 Cosmic

📋 copy color: '#853C69'

red 133 ◦ green 60 ◦ blue 105

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

Shades of Cosmic #853C69

Tints of Cosmic #853C69

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 35.23%

R = 44.63%
G = 20.13%
B = 35.23%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.21

 K value IS 0.48

RGB Variations

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

Color information

#853C69 (or 0x853C69) is known color: Cosmic. HEX triplet: 85, 3C and 69. RGB value is (133,60,105). Sum of RGB (Red+Green+Blue) = 133+60+105=298 (39% of max value = 765). Red value is 133 (52.34% from 255 or 44.63% from 298); Green value is 60 (23.83% from 255 or 20.13% from 298); Blue value is 105 (41.41% from 255 or 35.23% from 298); Max value from RGB is 133 - color contains mainly: red. Hex color #853C69 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #853C69 is #7AC396. Grayscale: #565656. Windows color (decimal): -8045463 or 6896773. OLE color: 6896773.

HSL color Cylindrical-coordinate representation of color #853C69: hue angle of 323.01º 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 #853C69 is Cyan = 0, Magento = 0.55, Yellow = 0.21 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 60 105 -
CMYK 0 0.55 0.21 0.48
HSL 323.01º 0.38% 0.38% -
HSV(B) 323.01º 0.55% 0.52% -
XYZ 13.84 9.24 14.42 -
YUV 86.96 138.18 160.84 -
System Red Green Blue C M Y K H S L
Decimal 133 60 105 0 0.55 0.21 0.48 323.01 0.38 0.38
Hex 85 3C 69 0 37 15 30 143 26 26
Octal 205 74 151 0 67 25 60 503 46 46
Binary 10000101 111100 1101001 0 110111 10101 110000 101000011 100110 100110

Color Harmonies of #853C69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853C69

Black with #853C69

Text Example


Text Example

White with #853C69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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