Html Css Color HEX #863C63 Cosmic

📋 copy color: '#863C63'

red 134 ◦ green 60 ◦ blue 99

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

Shades of Cosmic #863C63

Tints of Cosmic #863C63

RGB

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

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

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

R = 45.73%
G = 20.48%
B = 33.79%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.26

 K value IS 0.47

RGB Variations

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

Color information

#863C63 (or 0x863C63) is known color: Cosmic. HEX triplet: 86, 3C and 63. RGB value is (134,60,99). Sum of RGB (Red+Green+Blue) = 134+60+99=293 (38% of max value = 765). Red value is 134 (52.73% from 255 or 45.73% from 293); Green value is 60 (23.83% from 255 or 20.48% from 293); Blue value is 99 (39.06% from 255 or 33.79% from 293); Max value from RGB is 134 - color contains mainly: red. Hex color #863C63 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #863C63 is #79C39C. Grayscale: #565656. Windows color (decimal): -7979933 or 6503558. OLE color: 6503558.

HSL color Cylindrical-coordinate representation of color #863C63: hue angle of 328.38º 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 #863C63 is Cyan = 0, Magento = 0.55, Yellow = 0.26 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 60 99 -
CMYK 0 0.55 0.26 0.47
HSL 328.38º 0.38% 0.38% -
HSV(B) 328.38º 0.55% 0.53% -
XYZ 13.7 9.2 12.86 -
YUV 86.57 135.02 161.83 -
System Red Green Blue C M Y K H S L
Decimal 134 60 99 0 0.55 0.26 0.47 328.38 0.38 0.38
Hex 86 3C 63 0 37 1A 2F 148 26 26
Octal 206 74 143 0 67 32 57 510 46 46
Binary 10000110 111100 1100011 0 110111 11010 101111 101001000 100110 100110

Color Harmonies of #863C63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #863C63

Black with #863C63

Text Example


Text Example

White with #863C63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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