Html Css Color HEX #863C60 Cosmic

📋 copy color: '#863C60'

red 134 ◦ green 60 ◦ blue 96

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

Shades of Cosmic #863C60

Tints of Cosmic #863C60

RGB

 RED value IS 134 (52.73% from 255) = 46.21%

 GREEN value IS 60 (23.83% from 255) = 20.69%

 BLUE value IS 96 (37.89% from 255) = 33.1%

R = 46.21%
G = 20.69%
B = 33.1%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.28

 K value IS 0.47

RGB Variations

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

Color information

#863C60 (or 0x863C60) is known color: Cosmic. HEX triplet: 86, 3C and 60. RGB value is (134,60,96). Sum of RGB (Red+Green+Blue) = 134+60+96=290 (38% of max value = 765). Red value is 134 (52.73% from 255 or 46.21% from 290); Green value is 60 (23.83% from 255 or 20.69% from 290); Blue value is 96 (37.89% from 255 or 33.10% from 290); Max value from RGB is 134 - color contains mainly: red. Hex color #863C60 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #863C60 is #79C39F. Grayscale: #565656. Windows color (decimal): -7979936 or 6306950. OLE color: 6306950.

HSL color Cylindrical-coordinate representation of color #863C60: hue angle of 330.81º degrees, saturation: 0.38, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #863C60 is Cyan = 0, Magento = 0.55, Yellow = 0.28 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 60 96 -
CMYK 0 0.55 0.28 0.47
HSL 330.81º 0.38% 0.38% -
HSV(B) 330.81º 0.55% 0.53% -
XYZ 13.56 9.14 12.12 -
YUV 86.23 133.52 162.07 -
System Red Green Blue C M Y K H S L
Decimal 134 60 96 0 0.55 0.28 0.47 330.81 0.38 0.38
Hex 86 3C 60 0 37 1C 2F 14B 26 26
Octal 206 74 140 0 67 34 57 513 46 46
Binary 10000110 111100 1100000 0 110111 11100 101111 101001011 100110 100110

Color Harmonies of #863C60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #863C60

Black with #863C60

Text Example


Text Example

White with #863C60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #863C60; }

 p { color: rgb(134,60,96); }

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

background-color css

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

 a { background-color: rgb(134,60,96); }

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

border-color css

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

 span { border-color: rgb(134,60,96); }

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