Html Css Color HEX #854263 Cosmic

📋 copy color: '#854263'

red 133 ◦ green 66 ◦ blue 99

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

Shades of Cosmic #854263

Tints of Cosmic #854263

RGB

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

 GREEN value IS 66 (26.17% from 255) = 22.15%

 BLUE value IS 99 (39.06% from 255) = 33.22%

R = 44.63%
G = 22.15%
B = 33.22%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.26

 K value IS 0.48

RGB Variations

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

Color information

#854263 (or 0x854263) is known color: Cosmic. HEX triplet: 85, 42 and 63. RGB value is (133,66,99). Sum of RGB (Red+Green+Blue) = 133+66+99=298 (39% of max value = 765). Red value is 133 (52.34% from 255 or 44.63% from 298); Green value is 66 (26.17% from 255 or 22.15% from 298); Blue value is 99 (39.06% from 255 or 33.22% from 298); Max value from RGB is 133 - color contains mainly: red. Hex color #854263 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #854263 is #7ABD9C. Grayscale: #595959. Windows color (decimal): -8043933 or 6505093. OLE color: 6505093.

HSL color Cylindrical-coordinate representation of color #854263: hue angle of 330.45º degrees, saturation: 0.34, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #854263 is Cyan = 0, Magento = 0.50, Yellow = 0.26 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 66 99 -
CMYK 0 0.50 0.26 0.48
HSL 330.45º 0.34% 0.39% -
HSV(B) 330.45º 0.5% 0.52% -
XYZ 13.87 9.78 12.96 -
YUV 89.8 133.2 158.82 -
System Red Green Blue C M Y K H S L
Decimal 133 66 99 0 0.50 0.26 0.48 330.45 0.34 0.39
Hex 85 42 63 0 32 1A 30 14A 22 27
Octal 205 102 143 0 62 32 60 512 42 47
Binary 10000101 1000010 1100011 0 110010 11010 110000 101001010 100010 100111

Color Harmonies of #854263

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #854263

Black with #854263

Text Example


Text Example

White with #854263

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #854263; }

 p { color: rgb(133,66,99); }

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

background-color css

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

 a { background-color: rgb(133,66,99); }

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

border-color css

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

 span { border-color: rgb(133,66,99); }

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