Html Css Color HEX #854C6C Cosmic

📋 copy color: '#854C6C'

red 133 ◦ green 76 ◦ blue 108

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

Shades of Cosmic #854C6C

Tints of Cosmic #854C6C

RGB

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

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

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

R = 41.96%
G = 23.97%
B = 34.07%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.19

 K value IS 0.48

RGB Variations

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

Color information

#854C6C (or 0x854C6C) is known color: Cosmic. HEX triplet: 85, 4C and 6C. RGB value is (133,76,108). Sum of RGB (Red+Green+Blue) = 133+76+108=317 (41% of max value = 765). Red value is 133 (52.34% from 255 or 41.96% from 317); Green value is 76 (30.08% from 255 or 23.97% from 317); Blue value is 108 (42.58% from 255 or 34.07% from 317); Max value from RGB is 133 - color contains mainly: red. Hex color #854C6C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #854C6C is #7AB393. Grayscale: #606060. Windows color (decimal): -8041364 or 7097477. OLE color: 7097477.

HSL color Cylindrical-coordinate representation of color #854C6C: hue angle of 326.32º 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 #854C6C is Cyan = 0, Magento = 0.43, Yellow = 0.19 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 76 108 -
CMYK 0 0.43 0.19 0.48
HSL 326.32º 0.27% 0.41% -
HSV(B) 326.32º 0.43% 0.52% -
XYZ 14.96 11.24 15.57 -
YUV 96.69 134.38 153.9 -
System Red Green Blue C M Y K H S L
Decimal 133 76 108 0 0.43 0.19 0.48 326.32 0.27 0.41
Hex 85 4C 6C 0 2B 13 30 146 1B 29
Octal 205 114 154 0 53 23 60 506 33 51
Binary 10000101 1001100 1101100 0 101011 10011 110000 101000110 11011 101001

Color Harmonies of #854C6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #854C6C

Black with #854C6C

Text Example


Text Example

White with #854C6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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