Html Css Color HEX #854C6B Cosmic

📋 copy color: '#854C6B'

red 133 ◦ green 76 ◦ blue 107

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

Shades of Cosmic #854C6B

Tints of Cosmic #854C6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 33.86%

R = 42.09%
G = 24.05%
B = 33.86%

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

#854C6B (or 0x854C6B) is known color: Cosmic. HEX triplet: 85, 4C and 6B. RGB value is (133,76,107). Sum of RGB (Red+Green+Blue) = 133+76+107=316 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.09% from 316); Green value is 76 (30.08% from 255 or 24.05% from 316); Blue value is 107 (42.19% from 255 or 33.86% from 316); Max value from RGB is 133 - color contains mainly: red. Hex color #854C6B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #854C6B is #7AB394. Grayscale: #606060. Windows color (decimal): -8041365 or 7031941. OLE color: 7031941.

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

Color convert

RGB 133 76 107 -
CMYK 0 0.43 0.20 0.48
HSL 327.37º 0.27% 0.41% -
HSV(B) 327.37º 0.43% 0.52% -
XYZ 14.91 11.22 15.29 -
YUV 96.58 133.88 153.98 -
System Red Green Blue C M Y K H S L
Decimal 133 76 107 0 0.43 0.20 0.48 327.37 0.27 0.41
Hex 85 4C 6B 0 2B 14 30 147 1B 29
Octal 205 114 153 0 53 24 60 507 33 51
Binary 10000101 1001100 1101011 0 101011 10100 110000 101000111 11011 101001

Color Harmonies of #854C6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #854C6B

Black with #854C6B

Text Example


Text Example

White with #854C6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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