Html Css Color HEX #854C6A Cosmic

📋 copy color: '#854C6A'

red 133 ◦ green 76 ◦ blue 106

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

Shades of Cosmic #854C6A

Tints of Cosmic #854C6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 33.65%

R = 42.22%
G = 24.13%
B = 33.65%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.20

 K value IS 0.48

RGB Variations

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

Color information

#854C6A (or 0x854C6A) is known color: Cosmic. HEX triplet: 85, 4C and 6A. RGB value is (133,76,106). Sum of RGB (Red+Green+Blue) = 133+76+106=315 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.22% from 315); Green value is 76 (30.08% from 255 or 24.13% from 315); Blue value is 106 (41.80% from 255 or 33.65% from 315); Max value from RGB is 133 - color contains mainly: red. Hex color #854C6A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #854C6A is #7AB395. Grayscale: #606060. Windows color (decimal): -8041366 or 6966405. OLE color: 6966405.

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

Color convert

RGB 133 76 106 -
CMYK 0 0.43 0.20 0.48
HSL 328.42º 0.27% 0.41% -
HSV(B) 328.42º 0.43% 0.52% -
XYZ 14.86 11.2 15.01 -
YUV 96.46 133.38 154.06 -
System Red Green Blue C M Y K H S L
Decimal 133 76 106 0 0.43 0.20 0.48 328.42 0.27 0.41
Hex 85 4C 6A 0 2B 14 30 148 1B 29
Octal 205 114 152 0 53 24 60 510 33 51
Binary 10000101 1001100 1101010 0 101011 10100 110000 101001000 11011 101001

Color Harmonies of #854C6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #854C6A

Black with #854C6A

Text Example


Text Example

White with #854C6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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