Html Css Color HEX #854C6D Cosmic

📋 copy color: '#854C6D'

red 133 ◦ green 76 ◦ blue 109

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

Shades of Cosmic #854C6D

Tints of Cosmic #854C6D

RGB

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

 GREEN value IS 76 (30.08% from 255) = 23.9%

 BLUE value IS 109 (42.97% from 255) = 34.28%

R = 41.82%
G = 23.9%
B = 34.28%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.18

 K value IS 0.48

RGB Variations

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

Color information

#854C6D (or 0x854C6D) is known color: Cosmic. HEX triplet: 85, 4C and 6D. RGB value is (133,76,109). Sum of RGB (Red+Green+Blue) = 133+76+109=318 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.82% from 318); Green value is 76 (30.08% from 255 or 23.90% from 318); Blue value is 109 (42.97% from 255 or 34.28% from 318); Max value from RGB is 133 - color contains mainly: red. Hex color #854C6D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #854C6D is #7AB392. Grayscale: #606060. Windows color (decimal): -8041363 or 7163013. OLE color: 7163013.

HSL color Cylindrical-coordinate representation of color #854C6D: hue angle of 325.26º degrees, saturation: 0.27, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #854C6D is Cyan = 0, Magento = 0.43, Yellow = 0.18 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 76 109 -
CMYK 0 0.43 0.18 0.48
HSL 325.26º 0.27% 0.41% -
HSV(B) 325.26º 0.43% 0.52% -
XYZ 15.02 11.26 15.85 -
YUV 96.81 134.88 153.82 -
System Red Green Blue C M Y K H S L
Decimal 133 76 109 0 0.43 0.18 0.48 325.26 0.27 0.41
Hex 85 4C 6D 0 2B 12 30 145 1B 29
Octal 205 114 155 0 53 22 60 505 33 51
Binary 10000101 1001100 1101101 0 101011 10010 110000 101000101 11011 101001

Color Harmonies of #854C6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #854C6D

Black with #854C6D

Text Example


Text Example

White with #854C6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #854C6D; }

 p { color: rgb(133,76,109); }

 H1.HeaderClassName
 {
   color: #854C6D;
 }
 .AnyTagClassName
 {
   color: #854C6D;
 }
</style>

background-color css

<style>
 a { background-color: #854C6D; }

 a { background-color: rgb(133,76,109); }

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

border-color css

<style>
 span { border-color: #854C6D; }

 span { border-color: rgb(133,76,109); }

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