Html Css Color HEX #863C6A Cosmic

📋 copy color: '#863C6A'

red 134 ◦ green 60 ◦ blue 106

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

Shades of Cosmic #863C6A

Tints of Cosmic #863C6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 35.33%

R = 44.67%
G = 20%
B = 35.33%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.21

 K value IS 0.47

RGB Variations

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

Color information

#863C6A (or 0x863C6A) is known color: Cosmic. HEX triplet: 86, 3C and 6A. RGB value is (134,60,106). Sum of RGB (Red+Green+Blue) = 134+60+106=300 (39% of max value = 765). Red value is 134 (52.73% from 255 or 44.67% from 300); Green value is 60 (23.83% from 255 or 20% from 300); Blue value is 106 (41.80% from 255 or 35.33% from 300); Max value from RGB is 134 - color contains mainly: red. Hex color #863C6A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #863C6A is #79C395. Grayscale: #575757. Windows color (decimal): -7979926 or 6962310. OLE color: 6962310.

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

Color convert

RGB 134 60 106 -
CMYK 0 0.55 0.21 0.47
HSL 322.7º 0.38% 0.38% -
HSV(B) 322.7º 0.55% 0.53% -
XYZ 14.05 9.34 14.7 -
YUV 87.37 138.52 161.26 -
System Red Green Blue C M Y K H S L
Decimal 134 60 106 0 0.55 0.21 0.47 322.7 0.38 0.38
Hex 86 3C 6A 0 37 15 2F 143 26 26
Octal 206 74 152 0 67 25 57 503 46 46
Binary 10000110 111100 1101010 0 110111 10101 101111 101000011 100110 100110

Color Harmonies of #863C6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #863C6A

Black with #863C6A

Text Example


Text Example

White with #863C6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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