Html Css Color HEX #854B66 Cosmic

📋 copy color: '#854B66'

red 133 ◦ green 75 ◦ blue 102

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

Shades of Cosmic #854B66

Tints of Cosmic #854B66

RGB

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

 GREEN value IS 75 (29.69% from 255) = 24.19%

 BLUE value IS 102 (40.23% from 255) = 32.9%

R = 42.9%
G = 24.19%
B = 32.9%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.23

 K value IS 0.48

RGB Variations

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

Color information

#854B66 (or 0x854B66) is known color: Cosmic. HEX triplet: 85, 4B and 66. RGB value is (133,75,102). Sum of RGB (Red+Green+Blue) = 133+75+102=310 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.90% from 310); Green value is 75 (29.69% from 255 or 24.19% from 310); Blue value is 102 (40.23% from 255 or 32.90% from 310); Max value from RGB is 133 - color contains mainly: red. Hex color #854B66 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #854B66 is #7AB499. Grayscale: #5F5F5F. Windows color (decimal): -8041626 or 6704005. OLE color: 6704005.

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

Color convert

RGB 133 75 102 -
CMYK 0 0.44 0.23 0.48
HSL 332.07º 0.28% 0.41% -
HSV(B) 332.07º 0.44% 0.52% -
XYZ 14.59 10.98 13.92 -
YUV 95.42 131.72 154.8 -
System Red Green Blue C M Y K H S L
Decimal 133 75 102 0 0.44 0.23 0.48 332.07 0.28 0.41
Hex 85 4B 66 0 2C 17 30 14C 1C 29
Octal 205 113 146 0 54 27 60 514 34 51
Binary 10000101 1001011 1100110 0 101100 10111 110000 101001100 11100 101001

Color Harmonies of #854B66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #854B66

Black with #854B66

Text Example


Text Example

White with #854B66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,75,102); }

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

background-color css

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

 a { background-color: rgb(133,75,102); }

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

border-color css

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

 span { border-color: rgb(133,75,102); }

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