Html Css Color HEX #854666 Cosmic

📋 copy color: '#854666'

red 133 ◦ green 70 ◦ blue 102

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

Shades of Cosmic #854666

Tints of Cosmic #854666

RGB

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

 GREEN value IS 70 (27.73% from 255) = 22.95%

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

R = 43.61%
G = 22.95%
B = 33.44%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.23

 K value IS 0.48

RGB Variations

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

Color information

#854666 (or 0x854666) is known color: Cosmic. HEX triplet: 85, 46 and 66. RGB value is (133,70,102). Sum of RGB (Red+Green+Blue) = 133+70+102=305 (40% of max value = 765). Red value is 133 (52.34% from 255 or 43.61% from 305); Green value is 70 (27.73% from 255 or 22.95% from 305); Blue value is 102 (40.23% from 255 or 33.44% from 305); Max value from RGB is 133 - color contains mainly: red. Hex color #854666 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #854666 is #7AB999. Grayscale: #5C5C5C. Windows color (decimal): -8042906 or 6702725. OLE color: 6702725.

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

Color convert

RGB 133 70 102 -
CMYK 0 0.47 0.23 0.48
HSL 329.52º 0.31% 0.4% -
HSV(B) 329.52º 0.47% 0.52% -
XYZ 14.26 10.33 13.81 -
YUV 92.49 133.37 156.9 -
System Red Green Blue C M Y K H S L
Decimal 133 70 102 0 0.47 0.23 0.48 329.52 0.31 0.4
Hex 85 46 66 0 2F 17 30 14A 1F 28
Octal 205 106 146 0 57 27 60 512 37 50
Binary 10000101 1000110 1100110 0 101111 10111 110000 101001010 11111 101000

Color Harmonies of #854666

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #854666

Black with #854666

Text Example


Text Example

White with #854666

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #854666; }

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

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

background-color css

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

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

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

border-color css

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

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

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