Html Css Color HEX #863C6C Cosmic

📋 copy color: '#863C6C'

red 134 ◦ green 60 ◦ blue 108

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

Shades of Cosmic #863C6C

Tints of Cosmic #863C6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 35.76%

R = 44.37%
G = 19.87%
B = 35.76%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.19

 K value IS 0.47

RGB Variations

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

Color information

#863C6C (or 0x863C6C) is known color: Cosmic. HEX triplet: 86, 3C and 6C. RGB value is (134,60,108). Sum of RGB (Red+Green+Blue) = 134+60+108=302 (40% of max value = 765). Red value is 134 (52.73% from 255 or 44.37% from 302); Green value is 60 (23.83% from 255 or 19.87% from 302); Blue value is 108 (42.58% from 255 or 35.76% from 302); Max value from RGB is 134 - color contains mainly: red. Hex color #863C6C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #863C6C is #79C393. Grayscale: #575757. Windows color (decimal): -7979924 or 7093382. OLE color: 7093382.

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

Color convert

RGB 134 60 108 -
CMYK 0 0.55 0.19 0.47
HSL 321.08º 0.38% 0.38% -
HSV(B) 321.08º 0.55% 0.53% -
XYZ 14.15 9.38 15.25 -
YUV 87.6 139.52 161.1 -
System Red Green Blue C M Y K H S L
Decimal 134 60 108 0 0.55 0.19 0.47 321.08 0.38 0.38
Hex 86 3C 6C 0 37 13 2F 141 26 26
Octal 206 74 154 0 67 23 57 501 46 46
Binary 10000110 111100 1101100 0 110111 10011 101111 101000001 100110 100110

Color Harmonies of #863C6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #863C6C

Black with #863C6C

Text Example


Text Example

White with #863C6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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