Html Css Color HEX #854967 Cosmic

📋 copy color: '#854967'

red 133 ◦ green 73 ◦ blue 103

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

Shades of Cosmic #854967

Tints of Cosmic #854967

RGB

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

 GREEN value IS 73 (28.91% from 255) = 23.62%

 BLUE value IS 103 (40.63% from 255) = 33.33%

R = 43.04%
G = 23.62%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.23

 K value IS 0.48

RGB Variations

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

Color information

#854967 (or 0x854967) is known color: Cosmic. HEX triplet: 85, 49 and 67. RGB value is (133,73,103). Sum of RGB (Red+Green+Blue) = 133+73+103=309 (40% of max value = 765). Red value is 133 (52.34% from 255 or 43.04% from 309); Green value is 73 (28.91% from 255 or 23.62% from 309); Blue value is 103 (40.62% from 255 or 33.33% from 309); Max value from RGB is 133 - color contains mainly: red. Hex color #854967 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #854967 is #7AB698. Grayscale: #5E5E5E. Windows color (decimal): -8042137 or 6769029. OLE color: 6769029.

HSL color Cylindrical-coordinate representation of color #854967: hue angle of 330º degrees, saturation: 0.29, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #854967 is Cyan = 0, Magento = 0.45, Yellow = 0.23 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 73 103 -
CMYK 0 0.45 0.23 0.48
HSL 330º 0.29% 0.4% -
HSV(B) 330º 0.45% 0.52% -
XYZ 14.5 10.73 14.14 -
YUV 94.36 132.88 155.56 -
System Red Green Blue C M Y K H S L
Decimal 133 73 103 0 0.45 0.23 0.48 330 0.29 0.4
Hex 85 49 67 0 2D 17 30 14A 1D 28
Octal 205 111 147 0 55 27 60 512 35 50
Binary 10000101 1001001 1100111 0 101101 10111 110000 101001010 11101 101000

Color Harmonies of #854967

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #854967

Black with #854967

Text Example


Text Example

White with #854967

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #854967; }

 p { color: rgb(133,73,103); }

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

background-color css

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

 a { background-color: rgb(133,73,103); }

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

border-color css

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

 span { border-color: rgb(133,73,103); }

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