Html Css Color HEX #853E63 Cosmic

📋 copy color: '#853E63'

red 133 ◦ green 62 ◦ blue 99

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

Shades of Cosmic #853E63

Tints of Cosmic #853E63

RGB

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

 GREEN value IS 62 (24.61% from 255) = 21.09%

 BLUE value IS 99 (39.06% from 255) = 33.67%

R = 45.24%
G = 21.09%
B = 33.67%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.26

 K value IS 0.48

RGB Variations

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

Color information

#853E63 (or 0x853E63) is known color: Cosmic. HEX triplet: 85, 3E and 63. RGB value is (133,62,99). Sum of RGB (Red+Green+Blue) = 133+62+99=294 (38% of max value = 765). Red value is 133 (52.34% from 255 or 45.24% from 294); Green value is 62 (24.61% from 255 or 21.09% from 294); Blue value is 99 (39.06% from 255 or 33.67% from 294); Max value from RGB is 133 - color contains mainly: red. Hex color #853E63 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #853E63 is #7AC19C. Grayscale: #575757. Windows color (decimal): -8044957 or 6504069. OLE color: 6504069.

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

Color convert

RGB 133 62 99 -
CMYK 0 0.53 0.26 0.48
HSL 328.73º 0.36% 0.38% -
HSV(B) 328.73º 0.53% 0.52% -
XYZ 13.65 9.33 12.89 -
YUV 87.45 134.52 160.49 -
System Red Green Blue C M Y K H S L
Decimal 133 62 99 0 0.53 0.26 0.48 328.73 0.36 0.38
Hex 85 3E 63 0 35 1A 30 149 24 26
Octal 205 76 143 0 65 32 60 511 44 46
Binary 10000101 111110 1100011 0 110101 11010 110000 101001001 100100 100110

Color Harmonies of #853E63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853E63

Black with #853E63

Text Example


Text Example

White with #853E63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,62,99); }

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

background-color css

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

 a { background-color: rgb(133,62,99); }

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

border-color css

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

 span { border-color: rgb(133,62,99); }

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