Html Css Color HEX #854262 Cosmic

📋 copy color: '#854262'

red 133 ◦ green 66 ◦ blue 98

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

Shades of Cosmic #854262

Tints of Cosmic #854262

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 33%

R = 44.78%
G = 22.22%
B = 33%

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

#854262 (or 0x854262) is known color: Cosmic. HEX triplet: 85, 42 and 62. RGB value is (133,66,98). Sum of RGB (Red+Green+Blue) = 133+66+98=297 (39% of max value = 765). Red value is 133 (52.34% from 255 or 44.78% from 297); Green value is 66 (26.17% from 255 or 22.22% from 297); Blue value is 98 (38.67% from 255 or 33.00% from 297); Max value from RGB is 133 - color contains mainly: red. Hex color #854262 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #854262 is #7ABD9D. Grayscale: #595959. Windows color (decimal): -8043934 or 6439557. OLE color: 6439557.

HSL color Cylindrical-coordinate representation of color #854262: hue angle of 331.34º 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 #854262 is Cyan = 0, Magento = 0.50, Yellow = 0.26 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 66 98 -
CMYK 0 0.50 0.26 0.48
HSL 331.34º 0.34% 0.39% -
HSV(B) 331.34º 0.5% 0.52% -
XYZ 13.83 9.76 12.71 -
YUV 89.68 132.7 158.9 -
System Red Green Blue C M Y K H S L
Decimal 133 66 98 0 0.50 0.26 0.48 331.34 0.34 0.39
Hex 85 42 62 0 32 1A 30 14B 22 27
Octal 205 102 142 0 62 32 60 513 42 47
Binary 10000101 1000010 1100010 0 110010 11010 110000 101001011 100010 100111

Color Harmonies of #854262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #854262

Black with #854262

Text Example


Text Example

White with #854262

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #854262; }

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

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

background-color css

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

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

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

border-color css

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

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

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